-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
59 lines (59 loc) · 1.54 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
57
58
59
{
"dependencies": {
"@discordjs/opus": "^0.3.2",
"body-parser": "^1.19.0",
"chalk": "~2.4.2",
"colors": "^1.4.0",
"cpu-stat": "^2.0.1",
"discord-webhook-node": "^1.1.8",
"discord.js": "^12.3.1",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"ffmpeg-static": "^4.2.7",
"hastebin-gen": "^2.0.5",
"i": "^0.3.6",
"moment": "~2.24.0",
"moment-duration-format": "^2.3.2",
"morgan": "^1.10.0",
"ms": "^2.1.2",
"mysql": "^2.18.1",
"nodeactyl": "^2.0.3",
"npm": "^6.14.8",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"recursive-readdir": "^2.2.2",
"request": "^2.88.2",
"simple-youtube-api": "^5.2.1",
"socket.io": "^2.4.0",
"sqlstring": "^2.3.2",
"ytdl-core": "^3.3.0"
},
"name": "chaunbot",
"version": "2.0.0",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "node main.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chaun14/chaunBot.git"
},
"keywords": [
"discord",
"bot",
"mysql",
"music",
"setprefix"
],
"author": "chaun14",
"license": "MIT",
"bugs": {
"url": "https://github.com/chaun14/chaunBot/issues"
},
"homepage": "https://github.com/chaun14/chaunBot#readme",
"description": ""
}