2020-11-06 17:42:45 +00:00
|
|
|
{
|
|
|
|
"name": "buildah-action",
|
2020-11-06 21:48:47 +00:00
|
|
|
"version": "0.0.1",
|
2020-11-06 17:42:45 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-11-06 21:48:47 +00:00
|
|
|
"compile": "tsc -p .",
|
|
|
|
"bundle": "ncc build src/index.ts --source-map --minify",
|
|
|
|
"clean": "rm -rf out/ dist/",
|
2020-11-06 17:42:45 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
2020-11-06 21:48:47 +00:00
|
|
|
"author": "Red Hat",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"@actions/core": "^1.2.6",
|
|
|
|
"@actions/exec": "^1.0.4",
|
2020-11-13 11:38:29 +00:00
|
|
|
"@actions/io": "^1.0.2",
|
|
|
|
"language-recognizer": "0.0.1"
|
2020-11-06 21:48:47 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^12.12.7",
|
|
|
|
"typescript": "^4.0.5"
|
|
|
|
}
|
2020-11-06 17:42:45 +00:00
|
|
|
}
|