opengoal-launcher/.github/scripts/download-binaries/package.json
2022-04-19 20:46:50 -04:00

18 lines
373 B
JSON

{
"name": "download-binaries",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@octokit/plugin-retry": "^3.0.9",
"@octokit/plugin-throttling": "^3.5.2",
"@octokit/rest": "^18.12.0"
}
}