-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 953 Bytes
/
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
{
"name": "Awesomebot",
"description": "An awesome bot for Discord",
"author": "sKiL <[email protected]> (https://skildust.com)",
"version": "0.6.5-20190214",
"repository": "https://git.skildust.com/sKiL/awesomebot",
"license": "MIT",
"keywords": [
"bot",
"discord",
"music"
],
"main": "app.js",
"dependencies": {
"better-sqlite3": "^4.1.0",
"colors": "^1.2.1",
"discord.js": "^11.3.2",
"esprima": "^4.0.0",
"ffmpeg-binaries": "^3.2.2",
"md5": "^2.2.1",
"node-gyp": "^3.6.2",
"node-opus": "^0.3.1",
"opn": "^5.3.0",
"snekfetch": "^3.6.4",
"superagent": "^3.8.2",
"tar.gz": "^1.0.7",
"uglify-es": "github:mishoo/UglifyJS2#harmony",
"ws": "^3.3.3",
"ytdl-core": "^0.20.2"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1"
}
}