-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 734 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 734 Bytes
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
{
"name": "express-restful-template",
"version": "1.0.0",
"author": "Mochammad Hairullah",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"debug": "~2.6.9",
"dotenv": "^16.3.1",
"express": "~4.16.1",
"express-group-routes": "^1.1.0",
"fastest-validator": "^1.17.0",
"jsonwebtoken": "^9.0.2",
"morgan": "~1.9.1",
"mysql2": "^3.2.0",
"node-cron": "^3.0.3",
"nodemon": "^3.0.1",
"sequelize": "^6.34.0",
"sequelize-cli": "^6.6.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0"
}
}