-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 861 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 861 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
34
35
36
37
{
"name": "DealHub_qa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.18.2",
"express-session": "^1.18.0",
"express-validator": "^7.1.0",
"helmet": "^7.0.0",
"http-errors": "^2.0.0",
"jsonwebtoken": "^9.0.2",
"method-override": "^3.0.0",
"morgan": "^1.10.0",
"mysql2": "^3.10.3",
"nodemailer": "^6.9.3",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"sequelize": "^6.32.1",
"swagger-ui-express": "^4.6.3",
"validator": "^13.9.0"
},
"devDependencies": {
"nodemon": "^3.1.4"
}
}