mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-25 02:39:55 +00:00
26 lines
624 B
JSON
26 lines
624 B
JSON
{
|
|
"name": "install-nextflow-action",
|
|
"version": "1.2.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "ncc build index.ts --license LICENSE"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.8.2",
|
|
"@actions/exec": "^1.1.1",
|
|
"@actions/github": "^5.0.3",
|
|
"@actions/tool-cache": "^2.0.1",
|
|
"@types/node": "^17.0.44",
|
|
"async-retry": "^1.3.3",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node16": "^1.0.3",
|
|
"typescript": "^4.7.3"
|
|
}
|
|
}
|