-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 969 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
31
32
33
34
35
36
37
38
39
40
{
"name": "covid-bed-tracker",
"version": "1.0.0",
"description": "ok",
"main": "main.js",
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.1",
"firebase": "^8.3.1",
"firebase-admin": "^9.5.0",
"form-data": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"logger": "0.0.1",
"moment": "^2.29.1",
"mongoose": "^5.12.1",
"node-cron": "^3.0.0",
"node-schedule": "^2.0.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"save": "^2.4.0"
},
"devDependencies": {
"colors": "^1.4.0",
"nodemon": "^2.0.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"devServer": "nodemon main"
},
"author": "",
"license": "ISC"
}