buildah-build/package.json
Luca Stocchi 3043388d5b
add language recognizer
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
2020-11-13 12:38:29 +01:00

25 lines
595 B
JSON

{
"name": "buildah-action",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"compile": "tsc -p .",
"bundle": "ncc build src/index.ts --source-map --minify",
"clean": "rm -rf out/ dist/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"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.12.7",
"typescript": "^4.0.5"
}
}