forked from ashikaShameera/PatientDataManagementSystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 785 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 785 Bytes
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
{
"name": "patientsystem",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"ejs-mate": "^4.0.0",
"express": "^4.18.2",
"express-mongo-sanitize": "^2.2.0",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.2",
"mdb-ui-kit": "^6.4.0",
"method-override": "^3.0.0",
"mongoose": "^7.1.1",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"nodemon": "^3.0.1",
"web3": "^1.10.0"
}
}