mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 01:46:04 +00:00
19 lines
415 B
JSON
19 lines
415 B
JSON
{
|
|
"name": "install-nextflow-action",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@actions/core": "^1.8.2",
|
|
"@actions/github": "^5.0.3",
|
|
"@actions/tool-cache": "^2.0.1",
|
|
"async-retry": "^1.3.3",
|
|
"semver": "^7.3.7"
|
|
}
|
|
}
|