{ "name": "@openclaw/googlechat", "version": "2026.4.25", "private": true, "description": "OpenClaw Google Chat channel plugin", "type": "module", "dependencies": { "gaxios": "7.1.4", "google-auth-library": "10.6.2", "zod": "^4.3.6" }, "devDependencies": { "@openclaw/plugin-sdk": "workspace:*", "openclaw": "workspace:*" }, "peerDependencies": { "openclaw": ">=2026.4.25" }, "peerDependenciesMeta": { "openclaw": { "optional": true } }, "openclaw": { "bundle": { "stageRuntimeDependencies": true }, "extensions": [ "./index.ts" ], "setupEntry": "./setup-entry.ts", "channel": { "id": "googlechat", "label": "Google Chat", "selectionLabel": "Google Chat (Chat API)", "detailLabel": "Google Chat", "docsPath": "/channels/googlechat", "docsLabel": "googlechat", "blurb": "Google Workspace Chat app with HTTP webhook.", "aliases": [ "gchat", "google-chat" ], "order": 55, "systemImage": "message.badge", "markdownCapable": true, "doctorCapabilities": { "dmAllowFromMode": "nestedOnly", "groupModel": "route", "groupAllowFromFallbackToAllowFrom": false, "warnOnEmptyGroupSenderAllowlist": false }, "cliAddOptions": [ { "flags": "--webhook-path ", "description": "Google Chat webhook path" }, { "flags": "--webhook-url ", "description": "Google Chat webhook URL" }, { "flags": "--audience-type ", "description": "Google Chat audience type (app-url|project-number)" }, { "flags": "--audience ", "description": "Google Chat audience value (app URL or project number)" } ] }, "install": { "npmSpec": "@openclaw/googlechat", "defaultChoice": "npm", "minHostVersion": ">=2026.4.10" } } }