{
  "name": "@claudexor/harness-claude",
  "version": "3.15.0",
  "license": "MIT",
  "description": "Claude Code adapter (claude -p --output-format stream-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/core": "3.15.0",
    "@claudexor/schema": "3.15.0",
    "@claudexor/util": "3.15.0",
    "@claudexor/secrets": "3.15.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/razzant/claudexor.git",
    "directory": "packages/harness-claude"
  },
  "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"
  }
}