install-cadius-action/package.json

34 lines
934 B
JSON
Raw Permalink Normal View History

2020-03-04 18:51:18 +00:00
{
"name": "install-cadius-action",
2021-03-23 21:27:58 +00:00
"version": "0.1.2",
2020-03-04 18:51:18 +00:00
"license": "MIT",
"main": "dist/index.js",
2020-03-04 18:51:18 +00:00
"scripts": {
"build": "tsc",
2021-03-23 21:27:58 +00:00
"package": "ncc build dist/index.js",
"all": "npm run build && npm run package"
2020-03-04 18:51:18 +00:00
},
"dependencies": {
"@actions/core": "^1.9.1",
2020-05-06 01:28:29 +00:00
"@actions/exec": "^1.0.4",
2021-03-23 21:34:45 +00:00
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.6.1"
2020-03-04 18:51:18 +00:00
},
"devDependencies": {
2020-05-06 01:28:29 +00:00
"@types/node": "^12.12.38",
2020-03-04 18:51:18 +00:00
"@zeit/ncc": "^0.20.5",
"typescript": "^3.6.4"
2021-03-23 21:27:58 +00:00
},
"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"
2020-03-04 18:51:18 +00:00
}