-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "e-commerce-website---copy",
"version": "1.0.0",
"description": "",
"main": "server/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon server/app.js",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false && npm install --prefix client && npm run build --prefix client"
},
"author": "Rahul Jha",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"cookie-parser": "^1.4.6",
"express": "^4.18.1",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.6.1",
"nodemailer": "^6.7.8",
"nodemon": "^2.0.20",
"validator": "^13.7.0",
"dotenv": "^16.0.2",
"cloudinary": "^1.32.0",
"express-fileupload": "^1.4.0",
"stripe": "^10.17.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rahuljha4171/E-cart.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rahuljha4171/E-cart/issues"
},
"homepage": "https://github.com/rahuljha4171/E-cart#readme"
}