forked from asheshmandal2003/CareData
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.18 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.18 KB
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
43
44
45
{
"name": "server",
"version": "1.0.0",
"description": "CareData is a platform where patients can store their medical records with security & can book their appointments.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"debug": "node --inspect index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"cheerio": "^1.1.2",
"cloudinary": "^1.40.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^5.0.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"ejs-mate": "^4.0.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"joi": "^17.9.2",
"method-override": "^3.0.0",
"moment": "^2.29.4",
"mongoose": "^7.4.3",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"node-modules": "^1.0.1",
"nodemon": "^3.0.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0",
"peer": "^1.0.0",
"socket.io": "^4.7.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/uuid": "^9.0.2"
}
}