mirror of
https://github.com/clawdbot/clawdbot.git
synced 2026-01-31 11:27:45 +01:00
40 lines
911 B
JSON
40 lines
911 B
JSON
{
|
|
"name": "@openclaw/googlechat",
|
|
"version": "2026.1.29",
|
|
"type": "module",
|
|
"description": "OpenClaw Google Chat channel plugin",
|
|
"openclaw": {
|
|
"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": {
|
|
"npmSpec": "@openclaw/googlechat",
|
|
"localPath": "extensions/googlechat",
|
|
"defaultChoice": "npm"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"google-auth-library": "^10.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.1.26"
|
|
}
|
|
}
|