-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.43 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "Drug_Lord_v1.10",
"version": "1.0.0",
"description": "Smart Vaccine Solution",
"main": "app.js",
"engines": {
"node": ">=14"
},
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "jest --watchAll",
"cy-test": "cypress open",
"cy-test-online": "npx cypress run --record --key ee7a54b4-21c4-4589-9c56-040503d1aa24"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.0",
"child_process": "^1.0.2",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cookieparser": "^0.1.0",
"csurf": "^1.11.0",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"ejs": "^3.1.10",
"express": "^4.21.0",
"express-flash": "0.0.2",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"express-status-monitor": "^1.3.4",
"fs": "^0.0.1-security",
"generate-api-key": "^1.0.2",
"jest": "^29.3.1",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"mongodb": "^4.17.0",
"mongoose": "^6.11.3",
"multer": "^1.4.5-lts.1",
"newsapi": "^2.4.1",
"nocache": "^3.0.4",
"node-fetch": "^2.6.7",
"nodemailer": "^6.9.9",
"nodemon": "^2.0.19",
"openai": "^3.1.0",
"path": "^0.12.7",
"route-cache": "^0.4.7",
"session": "^0.1.0",
"supertest": "^6.3.1",
"xml": "^1.0.1"
}
}