FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cli/package.json at main · googleworkspace/cli · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
googleworkspace
/
cli
Public
Notifications
You must be signed in to change notification settings
Fork
1.8k
Star
30.6k
Code
Issues
125
Pull requests
4
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cli
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
57 lines (57 loc) · 1.28 KB
Breadcrumbs
cli
/
package.json
Copy path
File metadata and controls
57 lines (57 loc) · 1.28 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name"
:
"
@googleworkspace/cli
"
,
"version"
:
"
0.22.5
"
,
"private"
:
true
,
"description"
:
"
Google Workspace CLI — dynamic command surface from Discovery Service
"
,
"license"
:
"
Apache-2.0
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/googleworkspace/cli.git
"
},
"author"
: {
"name"
:
"
Justin Poehnelt
"
,
"email"
:
"
justin.poehnelt@gmail.com
"
},
"homepage"
:
"
https://github.com/googleworkspace/cli
"
,
"bugs"
: {
"url"
:
"
https://github.com/googleworkspace/cli/issues
"
},
"scripts"
: {
"test"
:
"
cargo test
"
,
"prepare"
:
"
lefthook install
"
,
"version-sync"
:
"
bash scripts/version-sync.sh
"
,
"tag-release"
:
"
bash scripts/tag-release.sh
"
},
"publishConfig"
: {
"provenance"
:
true
,
"registry"
:
"
https://wombat-dressing-room.appspot.com
"
},
"engines"
: {
"node"
:
"
>=18
"
},
"packageManager"
:
"
pnpm@10.0.0
"
,
"keywords"
: [
"
cli
"
,
"
google-workspace
"
,
"
google
"
,
"
google-api
"
,
"
google-drive
"
,
"
google-gmail
"
,
"
google-sheets
"
,
"
google-calendar
"
,
"
google-docs
"
,
"
google-chat
"
,
"
google-admin
"
,
"
gsuite
"
,
"
discovery-api
"
,
"
ai-agent
"
,
"
agent-skills
"
,
"
automation
"
,
"
oauth2
"
,
"
rust
"
],
"devDependencies"
: {
"@changesets/cli"
:
"
^2.29.8
"
,
"lefthook"
:
"
^2.1.2
"
}
}
Back
|
FazBrowse Home
|
New Git URL