-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (33 loc) · 816 Bytes
/
package.json
File metadata and controls
35 lines (33 loc) · 816 Bytes
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
{
"name": "jsbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"array-sort": "^1.0.0",
"cheweybot-api": "^1.0.4",
"discord-giveawaybot": "^0.1.8",
"discord-welcome": "^1.5.0",
"discord.js": "^11.4.2",
"discord.js-commando": "^0.10.0",
"discord.js-musicbot-addon": "^13.4.0",
"ffmpeg": "0.0.4",
"isgd": "^1.1.3",
"moment": "^2.23.0",
"moment-duration-format": "^2.2.2",
"mongoose": "^5.4.1",
"ms": "^2.1.1",
"quick.hook": "^1.5.1",
"quick.log": "^1.2.1",
"quick.log-discord": "^1.1.0",
"superagent": "^4.1.0",
"table": "^5.1.1"
},
"devDependencies": {},
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "@broomez420-[CFCC Core Dev]#6914",
"license": "ISC"
}