forked from tomaszRzepkowski/owasp-dependency-check
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 997 Bytes
/
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
{
"name": "@rzepcom/owasp-dependency-check",
"version": "0.0.21",
"description": "A Node.js wrapper for the CLI version of OWASP dependency-check tool.",
"repository": {
"type": "git",
"url": "git+https://github.com/tomaszRzepkowski/owasp-dependency-check.git"
},
"bugs": {
"url": "https://github.com/tomaszRzepkowski/owasp-dependency-check/issues"
},
"bin": {
"owasp-dependency-check": "index.js"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"commander": "^7.2.0",
"download": "^8.0.0",
"extract-zip": "^2.0.1",
"node-fetch": "^2.6.1",
"rimraf": "^3.0.2"
},
"homepage": "https://github.com/tomaszRzepkowski/owasp-dependency-check#readme",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"owasp",
"plugin",
"dependency",
"check",
"CLI"
],
"devDependencies": {}
}