-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
32 lines (32 loc) · 843 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "action-install-gh-release",
"version": "1.10.0",
"private": true,
"description": "Install a GitHub release binary in a GitHub Actions build environment",
"main": "lib/main.js",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaxxstorm/action-install-gh-release.git"
},
"author": "Lee Briggs",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@actions/tool-cache": "^2.0.1",
"@octokit/plugin-throttling": "^5.0.1",
"cache": "github:actions/cache",
"eslint": "^9.2.0",
"minimist": "^1.2.7",
"mkdirp-promise": "^5.0.1",
"node-fetch": "^3.3.0"
},
"devDependencies": {
"@types/node": "^20.17.6",
"typescript": "^4.9.4"
}
}