-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 884 Bytes
/
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
{
"name": "health4u",
"version": "1.0.0",
"description": "This is a online store where buyers can create accounts to add various COVID related products to their cart.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"heroku-postbuild": "cd frontend && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Justgo13/Health4U.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Justgo13/Health4U/issues"
},
"homepage": "https://github.com/Justgo13/Health4U#readme",
"dependencies": {
"body-parser": "^1.19.1",
"cors": "^2.8.5",
"express": "^4.17.2",
"express-validator": "^6.14.0",
"mongoose": "^6.1.5",
"mongoose-unique-validator": "^3.0.0",
"nodemon": "^2.0.15"
}
}