forked from dhvitish/Members-Plus-Discord-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.11 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
{
"name": "members-plus-bot",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@top-gg/sdk": "^3.0.7",
"array-sort": "^1.0.0",
"ascii-art": "^2.5.0",
"async-limiter": "^1.0.0",
"colors": "^1.4.0",
"common-tags": "^1.8.0",
"dblapi.js": "^2.4.0",
"discord.js": "^12.3.1",
"express": "^4.17.1",
"ffmpeg": "0.0.4",
"figlet": "^1.3.0",
"lodash": "^4.17.15",
"lodash.set": "^4.3.2",
"lodash.unset": "^4.5.2",
"long": "^4.0.0",
"ms": "^2.1.3",
"parse-ms": "^2.1.0",
"prism-media": "0.0.3",
"quick.db": "7.0.0-b21",
"safe-buffer": "^5.1.2",
"simple-youtube-api": "^5.2.1",
"sqlite3": "^5.0.1",
"sqlite": "^4.0.18",
"better-sqlite": "^7.1.1",
"snekfetch": "^4.0.4",
"superagent": "^6.1.0",
"table": "^5.4.6",
"tweetnacl": "^1.0.0",
"weather-js": "^2.0.0",
"ws": "^6.1.2",
"ytdl-core": "^2.0.0"
},
"engines": {
"node": "12.x"
}
}