-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 730 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
31
32
33
{
"name": "apiecomsequelize",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"bcrypt": "^3.0.2",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^6.2.0",
"express": "~4.16.0",
"faker": "^4.1.0",
"http-errors": "~1.6.2",
"jsonwebtoken": "^8.4.0",
"lodash": "latest",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"mysql2": "^1.6.4",
"pug": "2.0.0-beta11",
"sequelize": "^4.42.0",
"sequelize-cli": "^5.4.0",
"slugify": "^1.3.4",
"sqlite3": "^4.0.4"
},
"devDependencies": {
"express-jwt": "^5.3.1",
"nodemon": "^1.18.10",
"sanitize-html": "^1.20.0"
}
}