-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.21 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
{
"name": "bgsbot",
"version": "3.2.4",
"license": "Apache-2.0",
"scripts": {
"start": "gulp scripts && cross-env PORT=4002 pm2 start process.json --env production",
"startdev": "cross-env NODE_ENV=development gulp"
},
"dependencies": {
"@bugsnag/js": "^7.9.0",
"@bugsnag/plugin-express": "^7.9.0",
"axios": "^0.21.1",
"content-disposition": "^0.5.3",
"cron": "^1.8.2",
"debug": "^4.3.1",
"discord.js": "^12.5.2",
"express": "^4.17.1",
"moment": "^2.29.1",
"mongoose": "^5.12.3",
"morgan": "^1.10.0",
"socket.io-client": "^2.4.0"
},
"devDependencies": {
"@types/content-disposition": "^0.5.3",
"@types/cron": "^1.7.2",
"@types/debug": "^4.1.5",
"@types/express": "^4.17.11",
"@types/mongoose-paginate": "^5.0.8",
"@types/morgan": "^1.9.2",
"@types/node": "^14.14.37",
"@types/socket.io": "^2.1.13",
"cross-env": "^7.0.3",
"gulp": "^4.0.2",
"gulp-nodemon": "^2.5.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^5.0.1",
"pm2": "^4.5.6",
"typescript": "^4.2.3"
}
}