{
  "name": "@tisyn/claude-code",
  "version": "0.14.1",
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "https://github.com/taras/tisyn.git",
    "directory": "packages/claude-code"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.2",
    "@effectionx/process": "^0.7.4",
    "@effectionx/stream-helpers": "^0.8.2",
    "effection": "4.0.2",
    "remeda": "^2.33.6",
    "@tisyn/agent": "0.16.0",
    "@tisyn/code-agent": "0.3.1",
    "@tisyn/effects": "0.3.1",
    "@tisyn/ir": "0.16.0",
    "@tisyn/protocol": "0.16.0",
    "@tisyn/transport": "0.16.0"
  },
  "devDependencies": {
    "@effectionx/vitest": "^0.3.1",
    "vitest": "^4"
  },
  "scripts": {
    "build": "tsc --build",
    "test": "vitest run"
  }
}