{
  "name": "@mrc2204/opencode-bridge",
  "version": "0.1.6",
  "description": "OpenClaw ↔ OpenCode bridge plugin for hybrid routing, callback orchestration, and multi-project-safe runtime control.",
  "type": "module",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/src/index.js",
      "default": "./dist/src/index.js"
    }
  },
  "private": false,
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cong91/openclaw-opencode-bridge.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "tsup --config tsup.config.ts",
    "typecheck": "tsc --noEmit",
    "test": "tsx test/run-tests.ts",
    "materialize:opencode-plugin:project": "node ./scripts/materialize-opencode-plugin.mjs --mode project",
    "materialize:opencode-plugin:global": "node ./scripts/materialize-opencode-plugin.mjs --mode global",
    "sync:opencode-plugin-config:project": "node ./scripts/sync-opencode-plugin-config.mjs --mode project",
    "sync:opencode-plugin-config:global": "node ./scripts/sync-opencode-plugin-config.mjs --mode global",
    "install:bridge:project": "node ./scripts/install-bridge.mjs --mode project",
    "install:bridge:global": "node ./scripts/install-bridge.mjs --mode global",
    "prepublishOnly": "npm run build && npm run test"
  },
  "devDependencies": {
    "@types/node": "^22.14.1",
    "tsup": "^8.4.0",
    "tsx": "^4.19.3",
    "typescript": "^5.8.2"
  },
  "openclaw": {
    "extensions": [
      "./dist/src/index.js"
    ]
  },
  "files": [
    "dist/",
    "skills/",
    "opencode-plugin/",
    "scripts/materialize-opencode-plugin.mjs",
    "scripts/install-bridge.mjs",
    "src/shared-contracts.ts",
    "README.md",
    "README.en.md",
    "openclaw.plugin.json"
  ]
}
