Files
openclaw/extensions/googlechat/package.json
T

50 lines
1.1 KiB
JSON
Raw Normal View History

2026-01-23 16:45:37 -06:00
{
2026-01-30 03:15:10 +01:00
"name": "@openclaw/googlechat",
"version": "2026.4.6",
"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": {
"@openclaw/plugin-sdk": "workspace:*",
2026-03-31 21:53:29 +01:00
"openclaw": "workspace:*"
},
2026-01-31 21:13:13 +09:00
"peerDependencies": {
"openclaw": ">=2026.4.6"
2026-01-31 21:13:13 +09: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",
"blurb": "Google Workspace Chat app with HTTP webhook.",
2026-01-23 16:45:37 -06:00
"aliases": [
"gchat",
"google-chat"
],
"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",
"defaultChoice": "npm",
"minHostVersion": ">=2026.4.6"
2026-01-23 16:45:37 -06:00
}
}
}