forked from elite-kode/bgsbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.33 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
39
40
41
42
43
{
"name": "bgsbot",
"version": "3.0.1",
"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": "^6.5.0",
"@bugsnag/plugin-express": "^6.5.1",
"content-disposition": "^0.5.3",
"cron": "^1.7.2",
"debug": "^4.1.1",
"discord.js": "^11.5.1",
"express": "^4.17.1",
"moment": "^2.24.0",
"mongoose": "^5.8.9",
"morgan": "^1.9.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.8",
"socket.io-client": "^2.3.0"
},
"devDependencies": {
"@types/content-disposition": "^0.5.2",
"@types/cron": "^1.7.1",
"@types/debug": "^4.1.5",
"@types/express": "^4.17.2",
"@types/mongoose": "^5.5.41",
"@types/mongoose-paginate": "^5.0.8",
"@types/morgan": "^1.7.37",
"@types/node": "^13.1.8",
"@types/request-promise-native": "^1.0.17",
"@types/socket.io": "^2.1.4",
"cross-env": "^6.0.3",
"gulp": "^4.0.2",
"gulp-nodemon": "^2.4.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"pm2": "^4.2.1",
"typescript": "^3.7.5"
}
}