-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 725 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 725 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
{
"name": "ecommerce-store",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"No test specified\""
},
"author": "Abdelrazek Ali",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^2.4.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.9.2",
"mongoose": "^5.11.11",
"multer": "^1.4.2",
"nodemailer": "^6.6.3",
"paypal-rest-sdk": "^1.8.1",
"randomstring": "^1.2.1",
"winston": "^3.3.3"
},
"engines": {
"node": "14.15.4",
"npm": "7.20.0"
},
"description": ""
}