mirror of
https://github.com/digarok/install-cadius-action.git
synced 2025-02-13 10:30:56 +00:00
34 lines
934 B
JSON
34 lines
934 B
JSON
{
|
|
"name": "install-cadius-action",
|
|
"version": "0.1.2",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"package": "ncc build dist/index.js",
|
|
"all": "npm run build && npm run package"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"@actions/exec": "^1.0.4",
|
|
"@actions/io": "^1.0.2",
|
|
"@actions/tool-cache": "^1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.12.38",
|
|
"@zeit/ncc": "^0.20.5",
|
|
"typescript": "^3.6.4"
|
|
},
|
|
"description": "A Github Action for installing Cadius and allowing you to manipulate ProDOS disk images in your workflows.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/digarok/install-cadius-action.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"bugs": {
|
|
"url": "https://github.com/digarok/install-cadius-action/issues"
|
|
},
|
|
"homepage": "https://github.com/digarok/install-cadius-action#readme"
|
|
}
|