-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
41 lines (41 loc) · 1.04 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
{
"dependencies": {
"cookie": "^0.4.1",
"cookie-parser": "^1.4.6",
"dotenv": "^14.2.0",
"ejs": "^3.1.6",
"email-validator": "^2.0.4",
"express": "^4.17.2",
"express-fileupload": "^1.3.1",
"express-graphql": "^0.12.0",
"html-pdf-node": "^1.0.8",
"jsonwebtoken": "^8.5.1",
"libxmljs": "^0.19.7",
"md5": "^2.3.0",
"mongodb": "^4.3.1",
"mysql2": "^2.3.3",
"node-2fa": "^2.0.3",
"node-serialize": "^0.0.4",
"pg": "^8.7.1",
"request": "^2.88.2",
"sequelize": "^6.12.5",
"socket.io": "2.3.0",
"x-xss-protection": "^2.0.0"
},
"scripts": {
"start": "nodemon server.js",
"build": "cd vuln_react_app && npm install && npm run build"
},
"name": "vuln-nodejs-app",
"version": "1.0.0",
"description": "Vulnerable node.js application",
"main": "server.js",
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.25.3"
}
}