mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-20 09:01:23 +00:00
25 lines
621 B
JSON
25 lines
621 B
JSON
{
|
|
"name": "buildah-action",
|
|
"version": "0.0.1",
|
|
"description": "Action for building OCI-compatible images using buildah",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"compile": "tsc -p .",
|
|
"bundle": "ncc build src/index.ts --source-map --minify",
|
|
"clean": "rm -rf out/ dist/"
|
|
},
|
|
"keywords": [],
|
|
"author": "Red Hat",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"@actions/exec": "^1.0.4",
|
|
"@actions/io": "^1.0.2",
|
|
"language-recognizer": "0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12",
|
|
"@vercel/ncc": "^0.25.1",
|
|
"typescript": "^4.0.5"
|
|
}
|
|
}
|