setup-nextflow/package.json

28 lines
661 B
JSON
Raw Normal View History

2022-06-13 17:42:15 +00:00
{
"name": "install-nextflow-action",
2022-09-29 20:37:32 +00:00
"version": "1.2.0",
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.ts --license LICENSE"
2022-06-13 17:42:15 +00:00
},
"keywords": [],
2022-11-13 04:08:24 +00:00
"author": "nf-core",
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",
2022-06-15 16:27:46 +00:00
"@types/node": "^17.0.44",
2022-06-13 17:42:15 +00:00
"async-retry": "^1.3.3",
"semver": "^7.3.7"
2022-06-15 16:27:46 +00:00
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@vercel/ncc": "^0.34.0",
2022-06-15 16:27:46 +00:00
"typescript": "^4.7.3"
2022-06-13 17:42:15 +00:00
}
}