-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@sws2apps/github-gcloud-cli",
"version": "1.26.0",
"type": "module",
"description": "CLI to setup Workload Identity Federation to Google Cloud for GitHub Actions",
"publishConfig": {
"access": "public"
},
"bin": {
"github-gcloud": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sws2apps/github-gcloud-cli.git"
},
"keywords": [
"github",
"github-actions",
"workload-identity-federation",
"gcloud",
"cli",
"keyless-auth"
],
"author": "Scheduling Workbox System <[email protected]>",
"bugs": {
"url": "https://github.com/sws2apps/github-gcloud-cli/issues",
"email": "[email protected]"
},
"license": "MIT",
"homepage": "https://github.com/sws2apps/github-gcloud-cli#readme",
"dependencies": {
"@inquirer/confirm": "^5.0.0",
"@inquirer/input": "^4.0.0",
"chalk": "^5.0.1",
"commander": "^13.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1"
}
}