-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 994 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
41
42
{
"name": "hospital",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Itinformatrix",
"license": "ISC",
"dependencies": {
"api": "^5.0.0-beta.1",
"axios": "^0.26.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.6",
"country-state-city": "^3.0.1",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"fs-extra": "^10.0.0",
"geoip-lite": "^1.4.4",
"http": "^0.0.1-security",
"iplocation": "^7.2.0",
"jade": "^1.11.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"moment": "^2.29.2",
"mongoose": "^6.0.5",
"multer": "^1.4.4",
"node-fetch": "^2.6.7",
"nodemailer": "^6.6.5",
"nodemon": "^2.0.12",
"path": "^0.12.7"
},
"engines": {
"node": "16.x"
}
}