Files
googleworkspace__cli/package.json
T

57 lines
1.3 KiB
JSON
Raw Normal View History

2026-03-02 17:26:21 -07:00
{
"name": "@googleworkspace/cli",
2026-03-03 10:21:46 -07:00
"version": "0.1.1",
"private": true,
2026-03-02 17:26:21 -07:00
"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@mgail.com"
},
"homepage": "https://github.com/googleworkspace/cli",
"bugs": {
"url": "https://github.com/googleworkspace/cli/issues"
},
"scripts": {
"test": "cargo test",
"prepare": "lefthook install",
"tag-release": "git tag v$(node -p \"require('./package.json').version\") && git push origin v$(node -p \"require('./package.json').version\")"
2026-03-02 17:26:21 -07:00
},
"publishConfig": {
2026-03-02 22:21:12 -07:00
"provenance": true,
"registry": "https://wombat-dressing-room.appspot.com"
2026-03-02 17:26:21 -07:00
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@10.0.0",
"keywords": [
"cli",
"google-workspace",
"google",
2026-03-03 10:11:29 -07:00
"google-api",
"google-drive",
"google-gmail",
"google-sheets",
"google-calendar",
"google-docs",
"google-chat",
"google-admin",
"gsuite",
2026-03-02 17:26:21 -07:00
"discovery-api",
2026-03-03 10:11:29 -07:00
"ai-agent",
"agent-skills",
"automation",
"oauth2",
"rust"
2026-03-02 17:26:21 -07:00
],
"devDependencies": {
"@changesets/cli": "^2.29.8",
"lefthook": "^2.1.2"
}
}