install-merlin32-action/package.json

22 lines
454 B
JSON
Raw Normal View History

2020-03-05 19:55:33 +00:00
{
"name": "install-merlin32-action",
"version": "0.1.1",
2020-03-05 19:55:33 +00:00
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"pack": "ncc build dist/index.js"
},
"dependencies": {
"@actions/core": "^1.2.6",
2020-05-06 01:19:08 +00:00
"@actions/exec": "^1.0.4",
"@actions/io": "^1.0.2",
2020-05-06 01:19:08 +00:00
"@actions/tool-cache": "^1.3.4"
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"
}
}