{
  "name": "@claudexor/harness-opencode",
  "version": "3.12.9",
  "license": "MIT",
  "description": "OpenCode adapter (opencode run --format json).",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@claudexor/schema": "3.12.9",
    "@claudexor/util": "3.12.9",
    "@claudexor/core": "3.12.9",
    "@claudexor/secrets": "3.12.9"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/razzant/claudexor.git",
    "directory": "packages/harness-opencode"
  },
  "homepage": "https://github.com/razzant/claudexor#readme",
  "bugs": {
    "url": "https://github.com/razzant/claudexor/issues"
  },
  "engines": {
    "node": ">=20.19"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "yaml": "^2.6.1"
  },
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit"
  }
}