-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 884 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 884 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
34
35
36
37
{
"name": "topbook",
"version": "0.0.0",
"private": true,
"engines": {
"node": "14.2.0"
},
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"serverstart": "DEBUG=express-locallibrary-tutorial:* npm run devstart"
},
"dependencies": {
"async": "^3.2.0",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-session": "^1.17.1",
"express-validator": "^6.5.0",
"faker": "^4.1.0",
"helmet": "^3.22.0",
"http-errors": "~1.6.3",
"mongoose": "^5.9.15",
"mongoose-find-or-create": "^1.3.1",
"morgan": "~1.9.1",
"passport": "^0.4.1",
"passport-github": "^1.1.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}