install-cadius-action/package.json
dependabot[bot] fb15e2b512
Bump @actions/core from 1.2.6 to 1.9.1
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>
2022-08-18 19:23:31 +00:00

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"
}