2026-01-23 16:45:37 -06:00
|
|
|
{
|
2026-01-30 03:15:10 +01:00
|
|
|
"name": "@openclaw/googlechat",
|
2026-04-06 17:05:22 +01:00
|
|
|
"version": "2026.4.6",
|
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-03-17 20:51:41 -07:00
|
|
|
"google-auth-library": "^10.6.2"
|
2026-01-31 21:13:13 +09:00
|
|
|
},
|
2026-03-31 21:53:29 +01:00
|
|
|
"devDependencies": {
|
2026-04-07 08:48:08 +01:00
|
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
2026-03-31 21:53:29 +01:00
|
|
|
"openclaw": "workspace:*"
|
|
|
|
|
},
|
2026-01-31 21:13:13 +09:00
|
|
|
"peerDependencies": {
|
2026-04-06 17:05:22 +01:00
|
|
|
"openclaw": ">=2026.4.6"
|
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"
|
|
|
|
|
],
|
2026-03-15 18:46:22 -07:00
|
|
|
"setupEntry": "./setup-entry.ts",
|
2026-01-23 16:45:37 -06:00
|
|
|
"channel": {
|
|
|
|
|
"id": "googlechat",
|
|
|
|
|
"label": "Google Chat",
|
|
|
|
|
"selectionLabel": "Google Chat (Chat API)",
|
|
|
|
|
"detailLabel": "Google Chat",
|
|
|
|
|
"docsPath": "/channels/googlechat",
|
|
|
|
|
"docsLabel": "googlechat",
|
2026-03-28 17:16:45 +00:00
|
|
|
"blurb": "Google Workspace Chat app with HTTP webhook.",
|
2026-01-23 16:45:37 -06:00
|
|
|
"aliases": [
|
|
|
|
|
"gchat",
|
|
|
|
|
"google-chat"
|
|
|
|
|
],
|
2026-03-28 17:16:45 +00:00
|
|
|
"order": 55,
|
|
|
|
|
"systemImage": "message.badge",
|
|
|
|
|
"markdownCapable": true
|
2026-01-23 16:45:37 -06:00
|
|
|
},
|
|
|
|
|
"install": {
|
2026-01-30 03:15:10 +01:00
|
|
|
"npmSpec": "@openclaw/googlechat",
|
2026-03-22 09:12:08 -07:00
|
|
|
"defaultChoice": "npm",
|
2026-04-06 17:05:22 +01:00
|
|
|
"minHostVersion": ">=2026.4.6"
|
2026-01-23 16:45:37 -06:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|