openclaw/extensions/googlechat/package.json
klabo 07d2fb540e fix: revert typescript/native-preview to available version
The 7.0.0-dev.20260125.1 version hasn't been published yet.
Revert to 7.0.0-dev.20260124.1 which exists on npm.

Also fix peerDependencies to use "*" instead of unpublished
clawdbot version.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 11:28:14 -08:00

40 lines
901 B
JSON

{
"name": "@clawdbot/googlechat",
"version": "2026.1.25",
"type": "module",
"description": "Clawdbot Google Chat channel plugin",
"clawdbot": {
"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": "@clawdbot/googlechat",
"localPath": "extensions/googlechat",
"defaultChoice": "npm"
}
},
"dependencies": {
"google-auth-library": "^10.5.0"
},
"devDependencies": {
"clawdbot": "workspace:*"
},
"peerDependencies": {
"clawdbot": "*"
}
}