-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 867 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": "hospital_managemen",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node server",
"dev": "nodemon server"
},
"author": "daiyan rafi",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/daiyanrafi/HSM.git"
},
"dependencies": {
"async": "^3.2.4",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"express-validator": "^6.14.3",
"flash": "^1.1.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"nodemailer": "^6.9.1",
"path": "^0.12.7",
"popups": "^1.1.3",
"random-token": "^0.0.8",
"socket.io": "^4.5.4",
"sweetalert2": "^11.7.1"
}
}