{
  "name": "@lensmcp/bridge",
  "version": "1.22.5",
  "type": "module",
  "main": "./index.js",
  "module": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "default": "./index.js"
    },
    "./server": {
      "types": "./lib/server.d.ts",
      "import": "./lib/server.js",
      "default": "./lib/server.js"
    }
  },
  "dependencies": {
    "@lensmcp/core": "1.22.5",
    "@lensmcp/protocol-types": "1.22.5",
    "tslib": "^2.3.0",
    "ws": "^8.21.0"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/kiwiapps-ltd/lensmcp#readme",
  "bugs": {
    "url": "https://github.com/kiwiapps-ltd/lensmcp/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "description": "LensMCP browser-event bridge — a build-agnostic WebSocket server that forwards @lensmcp/client-runtime envelopes onto the LensMCP event bus. Used by the Vite plugin and as a standalone sidecar for webpack / Next.js / no-build hosts.",
  "keywords": [
    "lensmcp",
    "mcp",
    "observability",
    "ai-agents",
    "claude",
    "websocket",
    "bridge"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kiwiapps-ltd/lensmcp.git",
    "directory": "libs/bridge"
  }
}
