{
  "name": "@masons/runtime-broker",
  "version": "0.2.36",
  "description": "MASONS Runtime Broker — local daemon and BrokerClient SDK for multi-session agent runtime coordination.",
  "license": "MIT",
  "author": "MASONS.ai <hello@masons.ai> (https://masons.ai)",
  "homepage": "https://masons.ai",
  "keywords": [
    "runtime-broker",
    "agent",
    "multi-session",
    "masons",
    "claude-code",
    "codex"
  ],
  "engines": {
    "node": ">=20.10"
  },
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "node ../../scripts/sync-vendored-trace-context.mjs && tsc -p test/tsconfig.json && node --test --loader ts-node/esm 'test/**/*.test.ts'",
    "biome:check": "biome check .",
    "biome:fix": "biome check . --write",
    "biome:ci": "biome ci .",
    "prepublishOnly": "node ../../scripts/sync-vendored-trace-context.mjs && bash scripts/check-version.sh && npm run build && npm run test",
    "release": "pnpm publish --access public"
  },
  "files": [
    "dist/"
  ],
  "main": "./dist/broker-client/broker-client.js",
  "types": "./dist/broker-client/broker-client.d.ts",
  "exports": {
    ".": {
      "types": "./dist/broker-client/broker-client.d.ts",
      "default": "./dist/broker-client/broker-client.js"
    },
    "./client": {
      "types": "./dist/broker-client/broker-client.d.ts",
      "default": "./dist/broker-client/broker-client.js"
    }
  },
  "dependencies": {
    "debug": "^4.4.3",
    "env-paths": "^3.0.0",
    "ws": "8.18.3"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/node": "^25",
    "@types/ws": "^8",
    "@workspace/types": "workspace:*",
    "ts-node": "^10",
    "typescript": "^5"
  }
}
