-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 814 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 814 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
{
"name": "shopping",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node index.js",
"start:dev": "nodemon index.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "~1.17.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"dotenv": "^16.4.5",
"ejs": "~2.5.6",
"express": "^4.15.5",
"express-session": "^1.15.3",
"express-validator": "^3.2.1",
"moment": "^2.29.1",
"mongodb": "^3.6.6",
"mongoose": "5.13.21",
"mongoose-auto-increment": "^5.0.1",
"morgan": "~1.8.1",
"multer": "^1.3.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"swagger-ui-express": "^5.0.0",
"swagger-jsdoc": "^6.2.8"
},
"engines": {
"node": "20.x"
}
}