Files
googleworkspace--cli/package.json
T
wehub-resource-sync 76a9e7a0cc
Automation / Format (push) Waiting to run
Automation / File Labeler (push) Waiting to run
Automation / Gemini Review (push) Waiting to run
Automation / Gemini Reviewed (push) Waiting to run
CI / Detect Changes (push) Waiting to run
CI / Test (macos-latest) (push) Blocked by required conditions
CI / Test (ubuntu-latest) (push) Blocked by required conditions
CI / Nix (push) Blocked by required conditions
CI / Lint (push) Blocked by required conditions
CI / Cargo Deny (push) Blocked by required conditions
CI / Verify Skills (push) Blocked by required conditions
CI / Lint Skills (push) Blocked by required conditions
CI / Build (Linux x86_64) (push) Blocked by required conditions
CI / Build (macos-latest, aarch64-apple-darwin) (push) Blocked by required conditions
CI / Build (macos-latest, x86_64-apple-darwin) (push) Blocked by required conditions
CI / Build (ubuntu-latest, aarch64-unknown-linux-gnu) (push) Blocked by required conditions
CI / Build (windows-latest, x86_64-pc-windows-msvc) (push) Blocked by required conditions
CI / API Smoketest (push) Blocked by required conditions
Coverage / Coverage (push) Waiting to run
Policy / Policy Check (push) Waiting to run
Release (Changeset) / Release (push) Waiting to run
Publish OpenClaw Skills / publish (push) Has been cancelled
Audit / Security Audit (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:06 +08:00

58 lines
1.3 KiB
JSON

{
"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"
}
}