2026-01-23 16:45:37 -06:00
|
|
|
{
|
2026-01-27 09:10:21 +00:00
|
|
|
"name": "@moltbot/googlechat",
|
2026-01-28 01:35:58 +01:00
|
|
|
"version": "2026.1.27-beta.1",
|
2026-01-23 16:45:37 -06:00
|
|
|
"type": "module",
|
2026-01-27 12:19:58 +00:00
|
|
|
"description": "Moltbot Google Chat channel plugin",
|
|
|
|
|
"moltbot": {
|
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-27 09:10:21 +00:00
|
|
|
"npmSpec": "@moltbot/googlechat",
|
2026-01-23 16:45:37 -06:00
|
|
|
"localPath": "extensions/googlechat",
|
|
|
|
|
"defaultChoice": "npm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"google-auth-library": "^10.5.0"
|
2026-01-24 23:23:24 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-01-27 12:19:58 +00:00
|
|
|
"moltbot": "workspace:*"
|
2026-01-24 23:23:24 +00:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2026-01-27 12:19:58 +00:00
|
|
|
"moltbot": ">=2026.1.26"
|
2026-01-23 16:45:37 -06:00
|
|
|
}
|
|
|
|
|
}
|