-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 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
41
{
"name": "english-burning-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "pm2 delete all && pm2 start --env=production",
"start": "dotenvx run --env-file=.env.local -- ./bin/www",
"pro": "dotenvx run --env-file=.env.production -- pm2-runtime start ecosystem.config.js --env production"
},
"dependencies": {
"@alicloud/credentials": "^2.2.6",
"@alicloud/dysmsapi20170525": "2.0.23",
"@alicloud/openapi-client": "^0.4.6",
"@dotenvx/dotenvx": "^1.6.4",
"@postlight/parser": "^2.2.3",
"axios": "^1.4.0",
"body-parse": "^0.1.0",
"body-parser": "^1.20.2",
"cheerio": "1.0.0-rc.12",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.4.5",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jsonwebtoken": "^9.0.1",
"md5": "^2.3.0",
"moment": "^2.30.1",
"mongodb": "^5.6.0",
"mongoose": "^7.3.1",
"morgan": "~1.9.1",
"pm2": "^5.4.2",
"pug": "2.0.0-beta11",
"qrcode": "^1.5.3",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"cross-env": "^7.0.3"
}
}