-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
30 lines (30 loc) · 807 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
{
"name": "install-gh-cli-action",
"version": "0.0.1",
"description": "Download, cache and install the GH CLI to the workspace (GitHub Action)",
"main": "run.js",
"scripts": {
"build": "ncc build src/run.js -o dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dev-hanz-ops/install-gh-cli-action.git"
},
"keywords": [
"github",
"actions"
],
"author": "dev-hanz-ops",
"bugs": {
"url": "https://github.com/dev-hanz-ops/install-gh-cli-action/issues"
},
"homepage": "https://github.com/dev-hanz-ops/install-gh-cli-action#readme",
"dependencies": {
"@actions/core": "^1.9.0",
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0"
}
}