{
  "name": "@nhtio/rocket-chat-openclaw-integration",
  "version": "1.20260404.11",
  "description": "An OpenClaw Plugin which allows RocketChat to be used as a communications channel",
  "keywords": [],
  "author": "Jak Giveon <jak@nht.io>",
  "copyright": "© 2025-present New Horizon Technology LTD",
  "license": "MIT",
  "peerDependencies": {
    "openclaw": ">=2026.4.2"
  },
  "peerDependenciesMeta": {
    "openclaw": {
      "optional": true
    }
  },
  "module": "./index.mjs",
  "main": "./index.cjs",
  "exports": {
    ".": {
      "import": "./index.mjs",
      "require": "./index.cjs",
      "types": "./index.d.ts"
    }
  },
  "openclaw": {
    "channel": {
      "id": "rocketchat",
      "label": "Rocket.Chat",
      "blurb": "Connect OpenClaw to Rocket.Chat (Realtime API)."
    },
    "bundle": {
      "stageRuntimeDependencies": true
    },
    "extensions": [
      "./index.mjs"
    ]
  },
  "packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971",
  "type": "module",
  "dependencies": {}
}