-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 899 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
{
"name": "pcet-covid-task-force-api",
"version": "1.0.1",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test":"mocha app.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SuyashSonawane/pcet-covid-task-force-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SuyashSonawane/pcet-covid-task-force-api/issues"
},
"homepage": "https://github.com/SuyashSonawane/pcet-covid-task-force-api#readme",
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"dot-env": "0.0.1",
"dotenv": "^9.0.1",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mocha": "^9.1.3",
"mongoose": "^5.12.8",
"nodemailer": "^6.6.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}