{
  "name": "@byterover/byterover",
  "version": "1.1.8",
  "description": "ByteRover context engine plugin for OpenClaw — curates and queries conversation context via brv CLI",
  "type": "module",
  "main": "dist/index.js",
  "license": "Elastic-2.0",
  "author": "ByteRover",
  "keywords": [
    "openclaw",
    "openclaw-plugin",
    "byterover",
    "context-engine"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "vitest run --dir test",
    "typecheck": "tsc --noEmit"
  },
  "files": [
    "dist/",
    "openclaw.plugin.json",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@byterover/brv-bridge": "^1.0.2"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  },
  "peerDependencies": {
    "openclaw": ">=2026.3.22"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/campfirein/brv-openclaw-plugin.git"
  },
  "homepage": "https://github.com/campfirein/brv-openclaw-plugin#readme",
  "bugs": {
    "url": "https://github.com/campfirein/brv-openclaw-plugin/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "openclaw": {
    "compat": {
      "pluginApi": ">=2026.3.22",
      "minGatewayVersion": "2026.3.22"
    },
    "build": {
      "openclawVersion": "2026.3.22",
      "pluginSdkVersion": "2026.3.22"
    },
    "extensions": [
      "./dist/index.js"
    ]
  }
}
