{
  "name": "ccqa",
  "version": "1.42.1",
  "type": "module",
  "description": "Browser test recorder powered by Claude Code and agent-browser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shibukazu/ccqa.git"
  },
  "homepage": "https://github.com/shibukazu/ccqa#readme",
  "bugs": {
    "url": "https://github.com/shibukazu/ccqa/issues"
  },
  "bin": {
    "ccqa": "./dist/bin/ccqa.mjs"
  },
  "exports": {
    "./test-helpers": {
      "types": "./dist/runtime/test-helpers.d.mts",
      "import": "./dist/runtime/test-helpers.mjs"
    },
    "./step-evidence": {
      "types": "./dist/runtime/step-evidence.d.mts",
      "import": "./dist/runtime/step-evidence.mjs"
    },
    "./hub-client": {
      "types": "./dist/hub-client/index.d.mts",
      "import": "./dist/hub-client/index.mjs"
    }
  },
  "files": [
    "dist/"
  ],
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.215",
    "@anthropic-ai/sdk": "^0.112.3",
    "commander": "^14.0.3",
    "yaml": "^2.9.0",
    "zod": "^4.3.6"
  },
  "optionalDependencies": {
    "@anthropic-ai/claude-agent-sdk-darwin-arm64": "^0.3.215",
    "@anthropic-ai/claude-agent-sdk-darwin-x64": "^0.3.215",
    "@anthropic-ai/claude-agent-sdk-linux-arm64": "^0.3.215",
    "@anthropic-ai/claude-agent-sdk-linux-arm64-musl": "^0.3.215",
    "@anthropic-ai/claude-agent-sdk-linux-x64": "^0.3.215",
    "@anthropic-ai/claude-agent-sdk-linux-x64-musl": "^0.3.215",
    "@anthropic-ai/claude-agent-sdk-win32-arm64": "^0.3.215",
    "@anthropic-ai/claude-agent-sdk-win32-x64": "^0.3.215"
  },
  "peerDependencies": {
    "agent-browser": "*",
    "vitest": ">=2.0.0"
  },
  "peerDependenciesMeta": {
    "agent-browser": {
      "optional": false
    },
    "vitest": {
      "optional": false
    }
  },
  "engines": {
    "node": ">=20"
  }
}
