{
  "name": "openclaw-channel-bgos",
  "version": "0.14.0",
  "description": "OpenClaw channel plugin: chat with your OpenClaw agents in BGOS",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "engines": {
    "node": ">=20"
  },
  "bin": {
    "bgos-openclaw-daemon": "./dist/daemon.js"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && node scripts/finalize-daemon.mjs",
    "start:daemon": "node dist/daemon.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "tsc --noEmit -p tsconfig.json"
  },
  "keywords": [
    "openclaw",
    "openclaw-channel",
    "bgos"
  ],
  "author": "BrandGrowthOS",
  "license": "MIT",
  "peerDependencies": {
    "openclaw": ">=1.0.0"
  },
  "peerDependenciesMeta": {
    "openclaw": {
      "optional": true
    }
  },
  "dependencies": {
    "axios": "^1.13.2",
    "qrcode": "^1.5.4",
    "socket.io-client": "^4.8.1",
    "ws": "^8.21.0",
    "zod": "^4.3.5"
  },
  "devDependencies": {
    "@types/node": "^22.10.5",
    "@types/qrcode": "^1.5.6",
    "@types/ws": "^8.18.1",
    "typescript": "^5.7.3",
    "vitest": "^2.1.8"
  },
  "files": [
    "dist",
    "openclaw.plugin.json",
    "README.md"
  ],
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ],
    "setupEntry": "./dist/setup-entry.js",
    "channel": {
      "id": "bgos",
      "label": "BGOS",
      "blurb": "Chat with your OpenClaw agents through the BGOS app"
    }
  }
}
