-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 763 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 763 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": "express-library",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"serverstart": "DEBUG=express-library:* npm run devstart"
},
"dependencies": {
"bootstrap": "^5.3.8",
"compression": "^1.8.1",
"cookie-parser": "~1.4.7",
"debug": "~4.4.3",
"dotenv": "^17.4.2",
"express": "~5.2.1",
"express-async-handler": "^1.2.0",
"express-rate-limit": "^8.5.2",
"express-validator": "^7.3.2",
"helmet": "^8.2.0",
"http-errors": "~2.0.1",
"moment": "^2.30.1",
"mongoose": "^9.7.3",
"morgan": "~1.11.0",
"pug": "3.0.4"
},
"devDependencies": {
"nodemon": "^3.1.14"
},
"overrides": {
"semver": "7.5.3"
}
}