-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
54 lines (54 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"dependencies": {
"bookman": "^3.2.1",
"discord.js": "^12.5.3",
"lodash": "^4.17.21",
"pogger": "^0.0.8"
},
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.41",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.24.0",
"onchange": "^7.1.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"main": "dist",
"name": "reaction-role",
"version": "4.0.2",
"description": "ReactionRole is a module that allows you to create Discord reaction role easily!",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"format": "prettier --write .",
"format:watch": "onchange . -- prettier --write {{changed}}",
"start": "npm run build && node test"
},
"keywords": [
"discord",
"bot",
"reaction",
"role",
"reaction-role",
"discord-bot",
"emoji",
"role",
"emoji-role",
"rr"
],
"author": {
"email": "[email protected]",
"name": "Barış DEMİRCİ",
"url": "https://bariscodes.me/"
},
"license": "MIT",
"repository": {
"url": "https://github.com/barbarbar338/reaction-role",
"type": "git"
},
"typings": "dist"
}