๐Ÿ“ฆ shieldfy / crazy-vulnerable-nodejs-application

๐Ÿ“„ package.json ยท 30 lines
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{
  "name": "crazy-vulnerable-nodejs-application",
  "version": "1.0.0",
  "description": "CVNA",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shieldfy/crazy-vulnerable-nodejs-application.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/shieldfy/crazy-vulnerable-nodejs-application/issues"
  },
  "homepage": "https://github.com/shieldfy/crazy-vulnerable-nodejs-application#readme",
  "dependencies": {
    "body-parser": "^1.19.0",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "faker": "^4.1.0",
    "lodash": "^4.17.11",
    "mongodb": "^3.5.6",
    "mysql": "^2.18.1",
    "request": "^2.88.2"
  }
}