Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/JAVA/Openclaw/extensions/googlechat/   (KI Agentensystem Version 22©)  Datei vom 26.3.2026 mit Größe 1 kB image not shown  

Quelle  package.json   Sprache: unbekannt

 
Spracherkennung für: .json vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

{
  "name": "@openclaw/googlechat",
  "version": "2026.4.20",
  "private": true,
  "description": "OpenClaw Google Chat channel plugin",
  "type": "module",
  "dependencies": {
    "gaxios": "7.1.4",
    "google-auth-library": "10.6.2",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@openclaw/plugin-sdk": "workspace:*",
    "openclaw": "workspace:*"
  },
  "peerDependencies": {
    "openclaw": ">=2026.4.20"
  },
  "peerDependenciesMeta": {
    "openclaw": {
      "optional": true
    }
  },
  "openclaw": {
    "bundle": {
      "stageRuntimeDependencies": true
    },
    "extensions": [
      "./index.ts"
    ],
    "setupEntry": "./setup-entry.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 with HTTP webhook.",
      "aliases": [
        "gchat",
        "google-chat"
      ],
      "order": 55,
      "systemImage": "message.badge",
      "markdownCapable": true,
      "doctorCapabilities": {
        "dmAllowFromMode": "nestedOnly",
        "groupModel": "route",
        "groupAllowFromFallbackToAllowFrom": false,
        "warnOnEmptyGroupSenderAllowlist": false
      },
      "cliAddOptions": [
        {
          "flags": "--webhook-path <path>",
          "description": "Google Chat webhook path"
        },
        {
          "flags": "--webhook-url <url>",
          "description": "Google Chat webhook URL"
        },
        {
          "flags": "--audience-type <type>",
          "description": "Google Chat audience type (app-url|project-number)"
        },
        {
          "flags": "--audience <value>",
          "description": "Google Chat audience value (app URL or project number)"
        }
      ]
    },
    "install": {
      "npmSpec": "@openclaw/googlechat",
      "defaultChoice": "npm",
      "minHostVersion": ">=2026.4.10"
    }
  }
}

[Dauer der Verarbeitung: 0.12 Sekunden, vorverarbeitet 2026-04-27]