-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
{
"name": "e-commerce-project",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"dev": "NODE_ENV=development nodemon server.js",
"prod": "NODE_ENV=production node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hussein-Tarek/E-commerce-project.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hussein-Tarek/E-commerce-project/issues"
},
"homepage": "https://github.com/Hussein-Tarek/E-commerce-project#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"crypto": "^1.0.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-validator": "^6.14.3",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.9.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.20",
"sharp": "^0.31.3",
"slugify": "^1.6.5",
"ssb-blob-files": "^1.2.1",
"uuid": "^9.0.0",
"win-node-env": "^0.6.1"
}
}