mirror of
https://github.com/digarok/install-cadius-action.git
synced 2024-09-06 19:54:33 +00:00
fb15e2b512
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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.9.1",
|
|
"@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"
|
|
}
|