-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"name": "doubleCheck",
"version": "1.0.0",
"description": "express-backend-template",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"nodemon": "nodemon ./src/main.js",
"local": "pm2 start ./ecosystem.config.js --only service-local",
"dev": "pm2 start ./ecosystem.config.js --only service-dev",
"prod": "pm2 start .ecosystem.config.js --only service-prod"
},
"repository": {
"type": "git",
"url": "https://github.com/doublecheck-team/doublecheck-backend.git"
},
"author": "tunaJo",
"license": "MIT",
"dependencies": {
"axios": "^1.7.7",
"compression": "^1.7.5",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.2",
"express-rate-limit": "^7.4.1",
"express-validator": "^7.2.0",
"glob": "^11.0.0",
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"moment-timezone": "^0.5.46",
"mysql2": "^3.11.4",
"path": "^0.12.7",
"request-ip": "^3.3.0",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0"
}
}