-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 684 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 684 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
{
"name": "action-api-scan",
"version": "1.0.0",
"description": "ZAP API scan action",
"main": "index.js",
"scripts": {
"package": "ncc build index.js -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zaproxy/action-api-scan.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript",
"ZAP"
],
"author": "ZAP Team",
"bugs": {
"url": "https://github.com/zaproxy/action-api-scan/issues"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@zaproxy/actions-common-scans": "^1.4.0",
"lodash": "^4.18.1"
},
"devDependencies": {
"@vercel/ncc": "^0.36.1"
}
}