install-merlin32-action/package.json

34 lines
929 B
JSON
Raw Permalink Normal View History

2020-03-05 19:55:33 +00:00
{
"name": "install-merlin32-action",
2021-03-23 17:00:54 +00:00
"version": "0.1.2",
2020-03-05 19:55:33 +00:00
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
2021-03-23 21:09:12 +00:00
"package": "ncc build dist/index.js",
"all": "npm run build && npm run package"
2020-03-05 19:55:33 +00:00
},
"dependencies": {
"@actions/core": "^1.9.1",
2020-05-06 01:19:08 +00:00
"@actions/exec": "^1.0.4",
"@actions/io": "^1.0.2",
2021-03-23 17:31:40 +00:00
"@actions/tool-cache": "^1.6.1"
2020-03-05 19:55:33 +00:00
},
"devDependencies": {
2020-05-06 01:19:08 +00:00
"@types/node": "^12.12.38",
2020-03-05 19:55:33 +00:00
"@zeit/ncc": "^0.20.5",
"typescript": "^3.6.4"
2021-03-23 20:27:16 +00:00
},
"description": "A Github Action for installing Merlin32 enabling 6502/65c02/65816 assembly in your workflows.",
"repository": {
"type": "git",
"url": "git+https://github.com/digarok/install-merlin32-action.git"
},
"author": "",
"bugs": {
"url": "https://github.com/digarok/install-merlin32-action/issues"
},
2021-03-23 21:09:12 +00:00
"homepage": "https://github.com/digarok/install-merlin32-action#readme",
"keywords": []
2020-03-05 19:55:33 +00:00
}