@peergrade/actions-common-scans
Version:
43 lines (42 loc) • 1.02 kB
JSON
{
"name": "@peergrade/actions-common-scans",
"version": "0.2.0-options-object-next.8",
"description": "ZAP scan common code",
"main": "src/index.js",
"homepage": "https://github.com/zaproxy/actions-common/tree/master/packages/scans",
"scripts": {
"lint": "eslint src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zaproxy/actions-common.git",
"directory": "packages/scans"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript",
"ZAP"
],
"author": "ZAP Team",
"bugs": {
"url": "https://github.com/zaproxy/actions-common/issues"
},
"dependencies": {
"@actions/artifact": "^0.2.0",
"@actions/core": "^1.1.1",
"@actions/exec": "^1.0.0",
"@actions/github": "^1.0.0",
"adm-zip": "^0.4.14",
"d3-dsv": "^1.2.0",
"github-api": "^3.3.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"s": "^1.0.0"
},
"devDependencies": {
"@zeit/ncc": "^0.21.1",
"eslint": "^6.3.0",
"jest": "^24.9.0"
}
}