-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "store887",
"version": "1.0.0",
"engines": {
"node": "16.9.1",
"npm": "8.3.0"
},
"description": "Full CRUD E-Commerce Application",
"main": "backend/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node backend/server.js",
"dev": "nodemon backend/server.js",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false && npm install --prefix frontend && npm run build --prefix frontend"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashutosh887/store887.git"
},
"keywords": [
"MERN"
],
"author": "Ashutosh Jha",
"license": "ISC",
"bugs": {
"url": "https://github.com/ashutosh887/store887/issues"
},
"homepage": "https://github.com/ashutosh887/store887#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.26.3",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.3.1",
"mongoose": "^6.0.12",
"nodemailer": "^6.7.0",
"stripe": "^8.191.0",
"validator": "^13.7.0"
}
}