-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 984 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
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.5.3",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"excel-export": "^0.5.1",
"express": "^4.17.3",
"express-rate-limit": "^7.1.5",
"express-session": "^1.17.3",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^3.0.1",
"multer": "^1.4.4",
"mysql": "^2.18.1",
"mysql2": "^3.11.0",
"nodemon": "^2.0.15",
"redis": "^3.1.2",
"supervisor": "^0.12.0",
"svg-captcha": "^1.4.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^6.1.1",
"webpack-hot-middleware": "^2.25.3"
},
"scripts": {
"dev": "dotenv -e .env.development node app.js",
"prd": "dotenv -e .env.production pm2 start app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}