bcb1b75e0d
Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
33 lines
887 B
JSON
33 lines
887 B
JSON
{
|
|
"name": "stacker-build-push-action",
|
|
"version": "1.0.0",
|
|
"description": "github action build OCI container images",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/project-stacker/stacker-build-push-action.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/project-stacker/stacker-build-push-action/issues"
|
|
},
|
|
"homepage": "https://github.com/project-stacker/stacker-build-push-action#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.6.0",
|
|
"@actions/exec": "^1.1.1",
|
|
"@actions/github": "^5.0.0",
|
|
"@actions/io": "^1.1.2",
|
|
"@actions/tool-cache": "^1.7.2",
|
|
"@octokit/rest": "^18.12.0",
|
|
"octokit": "^1.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.23"
|
|
}
|
|
}
|