-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 852 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
{
"name": "ngulik-express",
"version": "1.0.0",
"description": "REST API for Base App Product with Node.js, Express and MySQL",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodejs",
"express",
"mysql",
"restapi"
],
"author": "Sandy Andryanto",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"jsonwebtoken": "^8.5.1",
"body-parse": "^0.1.0",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-list-routes": "^1.1.3",
"i": "^0.3.7",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"sequelize": "^6.20.1",
"sequelize-cli": "^6.4.1"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"faker": "^5.5.3"
}
}