forked from Babu8399/rainbow-roles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.42 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
{
"name": "rainbow-roles",
"version": "2.0.0",
"description": "Make Discord server roles change color!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env DEBUG=colors,hello,guild,bot,bot-command,die node index.js",
"start-verbose": "cross-env DEBUG=update-color-error,colors,hello,guild,bot,bot-command,stats,invites,role-built,die node index.js",
"start-build": "cross-env DEBUG=update-color-error,colors,hello,guild,bot,bot-command,stats,invites,role-built,scheme-build,die node index.js",
"start-dev": "cross-env DEBUG=*,-follow-redirects node index.js",
"lint": "standardx --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luawtf/rainbow-roles.git"
},
"keywords": [
"discord",
"bot",
"color",
"rainbow"
],
"author": "Jack MacDougall <[email protected]> (https://lua.wtf/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/luawtf/rainbow-roles/issues"
},
"homepage": "https://github.com/luawtf/rainbow-roles#readme",
"dependencies": {
"axios": "^0.19.0",
"color-convert": "^2.0.0",
"cross-env": "^6.0.3",
"debug": "^4.1.1",
"discord.js": "^11.5.1",
"json5": "^2.1.0",
"standardx": "^3.0.1",
"tinygradient": "^1.0.0",
"titlecase": "^1.1.3"
},
"eslintConfig": {
"rules": {
"indent": [
"error",
4
]
}
}
}