f4ee658360
Release / plan (push) Has been cancelled
Release / publish-cargo (push) Has been cancelled
Release / build (tar.gz, macos-latest, aarch64-apple-darwin) (push) Has been cancelled
Release / build (tar.gz, macos-latest, x86_64-apple-darwin) (push) Has been cancelled
Release / build (tar.gz, true, ubuntu-latest, aarch64-unknown-linux-gnu) (push) Has been cancelled
Release / build (tar.gz, true, ubuntu-latest, aarch64-unknown-linux-musl) (push) Has been cancelled
Release / build (tar.gz, true, ubuntu-latest, x86_64-unknown-linux-musl) (push) Has been cancelled
Release / build (tar.gz, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
Release / build (zip, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
Release / release (push) Has been cancelled
Release / publish-npm (push) Has been cancelled
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "@googleworkspace/cli",
|
|
"version": "0.22.4",
|
|
"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"
|
|
}
|
|
}
|