feat: progress on javascript action
This commit is contained in:
32
package.json
Normal file
32
package.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"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.6.0",
|
||||
"@actions/exec": "^1.1.0",
|
||||
"@actions/github": "^5.0.0",
|
||||
"@actions/tool-cache": "^1.7.1",
|
||||
"moment": "^2.29.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.31.1",
|
||||
"prettier": "^2.4.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user