-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.09 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
42
43
{
"name": "sendingo-be",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "NODE_ENV=development nodemon app.js",
"prod": "NODE_ENV=production node app.js",
"test": "NODE_ENV=test jest --runInBand --forceExit --detectOpenHandles"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/99-12-node/sendinGo-BE/issues"
},
"homepage": "https://github.com/99-12-node/sendinGo-BE#readme",
"dependencies": {
"axios": "^0.21.4",
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron": "^2.3.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"joi": "^17.8.3",
"jsonwebtoken": "^9.0.0",
"mysql2": "^3.1.2",
"nodemon": "^2.0.20",
"redis": "^4.6.5",
"sequelize": "^6.29.0",
"ua-parser-js": "^1.0.35",
"uuid": "^9.0.0",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"express-jsdoc-swagger": "^1.8.0",
"jest": "^29.5.0",
"redis-mock": "^0.56.3",
"sequelize-cli": "^6.6.0"
}
}