36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"name": "kics-github-action",
|
|
"version": "1.0.0",
|
|
"description": "[](https://www.gnu.org/licenses) [](https://github.com/checkmarx/kics-github-action/releases) [](https://github.com/checkmarx/kics-github-action/issues)",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "ncc build src/main.js",
|
|
"format": "prettier --write **/*.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Checkmarx/kics-github-action.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "GNU GENERAL PUBLIC LICENSE",
|
|
"bugs": {
|
|
"url": "https://github.com/Checkmarx/kics-github-action/issues"
|
|
},
|
|
"homepage": "https://github.com/Checkmarx/kics-github-action#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/exec": "^1.1.0",
|
|
"@actions/github": "^5.0.0",
|
|
"@actions/io": "^1.1.1",
|
|
"@actions/tool-cache": "^2.0.1",
|
|
"moment": "^2.29.4",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.36.1",
|
|
"prettier": "^2.4.1",
|
|
"@types/uuid": "^8.3.4"
|
|
}
|
|
}
|