-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 876 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
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bhanups123/Hospital_Backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bhanups123/Hospital_Backend/issues"
},
"homepage": "https://github.com/Bhanups123/Hospital_Backend#readme",
"dependencies": {
"@sendgrid/mail": "^8.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"express": "^5.0.0",
"jsonwebtoken": "^9.0.0",
"loader": "^2.1.1",
"mongoose": "^8.8.3",
"morgan": "^1.9.1",
"nodemon": "^2.0.3",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"validator": "^13.0.0"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}