-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.26 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
55
56
{
"name": "azarasi",
"version": "2.1.2",
"description": "Useful framework to make discord bots",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FocaBot/Azarasi.git"
},
"keywords": [
"discord",
"discord.js",
"focabot",
"framework",
"commands",
"permissions"
],
"author": "TheBITLINK aka BIT <me@thebitlink.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/FocaBot/Azarasi/issues"
},
"homepage": "https://github.com/FocaBot/Azarasi#readme",
"devDependencies": {
"eslint": "^3.11.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1"
},
"standard": {
"globals": [
"Core",
"BotCommand",
"BotModule"
]
},
"dependencies": {
"colors": "^1.1.2",
"discord.js": "^11.4.2",
"gun": "^0.7.9",
"ioredis": "^3.2.2",
"js-yaml": "^3.8.4",
"moment": "^2.18.1",
"node-watch": "^0.5.4",
"require-reload": "^0.2.2"
},
"optionalDependencies": {
"erlpack": "hammerandchisel/erlpack",
"sodium": "^2.0.1",
"uws": "^0.14.5"
}
}