forked from Janhvi21/HealthTrackerBackend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 699 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 699 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
{
"name": "Personal_budegt_Design",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chart.js": "^2.9.4",
"compression": "^1.7.4",
"cors": "^2.8.5",
"custom-env": "^2.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"firebase": "^8.2.0",
"firebase-admin": "^9.4.1",
"jsonwebtoken": "^8.5.1",
"mocha": "^8.2.1",
"mockgoose": "^8.0.4",
"supertest": "^6.0.1"
},
"devDependencies": {},
"scripts": {
"test": "mocha --recursive --exit",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}