-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.07 KB
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
{
"name": "futureNOWbot",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"start": "yarn & pm2 start src/index.js --node-args '--harmony' --name fncbot --watch",
"start:prod": "yarn & pm2 start src/index.js --node-args '--harmony' --name fncbot",
"stop": "pm2 stop fncbot",
"restart": "yarn & pm2 restart fncbot",
"clean": "pm2 delete fncbot",
"publish": "gitu"
},
"author": "enfabre",
"license": "MIT",
"dependencies": {
"common-tags": "^1.5.1",
"crypto-random-string": "^1.0.0",
"discord.js": "^11.2.1",
"discord.js-commando": "^0.9.0",
"dotenv": "^4.0.0",
"erlpack": "hammerandchisel/erlpack",
"ffmpeg-binaries": "^3.2.2-3",
"fnc-utils": "^1.0.2",
"fs-extra": "^4.0.3",
"git-upload": "^1.1.4",
"js-video-url-parser": "^0.2.4",
"libsodium-wrappers": "^0.7.2",
"node-opus": "^0.2.7",
"nodemon": "^1.12.5",
"rekuire": "^0.1.9",
"sqlite": "^2.9.0",
"steamcommunity": "^3.33.1",
"uws": "^9.14.0",
"ytdl-core": "^0.18.3",
"ytpl": "^0.1.9",
"ytsr": "^0.1.7"
}
}