2026-01-23 16:45:37 -06:00
|
|
|
{
|
2026-01-30 03:15:10 +01:00
|
|
|
"name": "@openclaw/googlechat",
|
2026-03-13 01:37:52 +00:00
|
|
|
"version": "2026.3.12",
|
2026-02-09 12:56:04 -06:00
|
|
|
"private": true,
|
2026-01-30 03:15:10 +01:00
|
|
|
"description": "OpenClaw Google Chat channel plugin",
|
2026-01-31 21:13:13 +09:00
|
|
|
"type": "module",
|
|
|
|
|
"dependencies": {
|
2026-02-25 01:10:36 +00:00
|
|
|
"google-auth-library": "^10.6.1"
|
2026-01-31 21:13:13 +09:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2026-03-12 19:00:49 -04:00
|
|
|
"openclaw": ">=2026.3.11"
|
2026-01-31 21:13:13 +09:00
|
|
|
},
|
2026-03-03 22:00:15 -08:00
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"openclaw": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-30 03:15:10 +01:00
|
|
|
"openclaw": {
|
2026-01-23 16:45:37 -06:00
|
|
|
"extensions": [
|
|
|
|
|
"./index.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 via HTTP webhooks.",
|
|
|
|
|
"aliases": [
|
|
|
|
|
"gchat",
|
|
|
|
|
"google-chat"
|
|
|
|
|
],
|
|
|
|
|
"order": 55
|
|
|
|
|
},
|
|
|
|
|
"install": {
|
2026-01-30 03:15:10 +01:00
|
|
|
"npmSpec": "@openclaw/googlechat",
|
2026-01-23 16:45:37 -06:00
|
|
|
"localPath": "extensions/googlechat",
|
|
|
|
|
"defaultChoice": "npm"
|
2026-03-08 16:25:56 +00:00
|
|
|
},
|
|
|
|
|
"releaseChecks": {
|
|
|
|
|
"rootDependencyMirrorAllowlist": [
|
|
|
|
|
"google-auth-library"
|
|
|
|
|
]
|
2026-01-23 16:45:37 -06:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|