setup-nextflow/package.json

22 lines
504 B
JSON
Raw Normal View History

2022-06-13 17:42:15 +00:00
{
"name": "install-nextflow-action",
2022-06-13 22:52:56 +00:00
"version": "1.0.1",
2022-06-13 17:42:15 +00:00
"description": "",
"main": "dist/index.js",
2022-06-13 17:42:15 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build index.js --license LICENSE"
2022-06-13 17:42:15 +00:00
},
"keywords": [],
"author": "",
2022-06-13 22:01:32 +00:00
"license": "MIT",
2022-06-13 17:42:15 +00:00
"dependencies": {
"@actions/core": "^1.8.2",
2022-06-13 21:38:31 +00:00
"@actions/exec": "^1.1.1",
2022-06-13 17:42:15 +00:00
"@actions/github": "^5.0.3",
"@actions/tool-cache": "^2.0.1",
"async-retry": "^1.3.3",
"semver": "^7.3.7"
}
}