STT/.github/actions/check_artifact_exists/package.json
2021-04-19 10:48:14 +02:00

13 lines
275 B
JSON

{
"name": "check_artifact_exists",
"main": "main.js",
"devDependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@octokit/plugin-throttling": "^3.4.1",
"@vercel/ncc": "^0.27.0",
"adm-zip": "^0.5.2",
"filesize": "^6.1.0"
}
}