forked from zaproxy/action-full-scan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 994 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
41
42
43
{
"name": "action-full-scan",
"version": "1.0.0",
"description": "ZAP full scan action",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"package": "ncc build index.js -o dist",
"test": "eslint index.js && jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zaproxy/action-full-scan.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript",
"ZAP"
],
"author": "ZAP Team",
"bugs": {
"url": "https://github.com/zaproxy/action-full-scan/issues"
},
"dependencies": {
"@actions/artifact": "^0.2.0",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.0",
"@actions/github": "^1.0.0",
"@zaproxy/actions-common-scans": "^0.1.0",
"adm-zip": "^0.4.14",
"d3-dsv": "^1.2.0",
"github-api": "^3.3.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.21",
"s": "^1.0.0"
},
"devDependencies": {
"@zeit/ncc": "^0.21.1",
"eslint": "^6.3.0",
"jest": "^24.9.0"
}
}