-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 923 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": "final_blog",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"db:migrate": "npx sequelize-cli db:migrate",
"start": "npm run db:migrate && node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"ejs": "^3.1.6",
"ejs-locals": "^1.0.2",
"express": "^4.17.1",
"express-mysql-session": "^2.1.6",
"express-session": "^1.17.2",
"express-validator": "^6.12.1",
"form-data": "^4.0.0",
"moment": "^2.29.1",
"multer": "^1.4.3",
"mysql": "^2.18.1",
"mysql2": "^2.3.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"sequelize": "^6.6.5"
},
"devDependencies": {
"sequelize-cli": "^6.2.0"
},
"engines": {
"node": "10.x"
},
"keywords": [],
"description": ""
}