2020-11-06 17:42:45 +00:00
|
|
|
{
|
2020-11-23 18:27:19 +00:00
|
|
|
"name": "buildah-build",
|
2020-11-06 21:48:47 +00:00
|
|
|
"version": "0.0.1",
|
2020-11-13 14:20:53 +00:00
|
|
|
"description": "Action for building OCI-compatible images using buildah",
|
2020-11-23 18:27:19 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/redhat-actions/buildah-build"
|
|
|
|
},
|
2020-11-19 18:44:17 +00:00
|
|
|
"main": "dist/index.js",
|
2020-11-06 17:42:45 +00:00
|
|
|
"scripts": {
|
2020-11-06 21:48:47 +00:00
|
|
|
"compile": "tsc -p .",
|
|
|
|
"bundle": "ncc build src/index.ts --source-map --minify",
|
2020-11-19 18:44:17 +00:00
|
|
|
"clean": "rm -rf out/ dist/"
|
2020-11-06 17:42:45 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2020-11-19 18:44:17 +00:00
|
|
|
"@types/node": "^12",
|
2020-11-19 19:49:47 +00:00
|
|
|
"@vercel/ncc": "^0.25.1",
|
2020-11-06 21:48:47 +00:00
|
|
|
"typescript": "^4.0.5"
|
|
|
|
}
|
2020-11-06 17:42:45 +00:00
|
|
|
}
|