-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1021 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
40
41
{
"name": "zerobot",
"version": "3.0.0",
"description": "Discord bot for the ZTM community!",
"main": "bot.js",
"scripts": {
"start": "nodemon bot.js",
"bot": "node bot.js",
"prebot": "git reset --hard && git pull origin master && npm i"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"connect-mongo": "^2.0.3",
"cookie-parser": "^1.4.3",
"discord.js": "^11.4.2",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"helmet": "^3.15.0",
"marked": "^0.5.2",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"mongodb": "^3.1.10",
"mongoose": "^5.3.14",
"node-cron": "^2.0.3",
"node-fetch": "^2.3.0",
"opusscript": "0.0.6",
"passport": "^0.4.0",
"passport-discord": "^0.1.3",
"request": "^2.88.0",
"turndown": "^5.0.1",
"yt-search": "^0.4.1",
"ytdl-core": "^0.28.0"
},
"devDependencies": {
"nodemon": "^1.18.7"
}
}