{
  "name": "@nextclaw/nextclaw-ncp-runtime-claude-code-sdk",
  "version": "0.1.57",
  "private": false,
  "description": "Optional NCP runtime adapter backed by Anthropic Claude Agent SDK.",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "claude-code-loader.cjs",
    "README.md"
  ],
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.2.63",
    "@nextclaw/ncp": "0.6.5"
  },
  "devDependencies": {
    "@types/node": "^20.17.6",
    "typescript": "^5.6.3",
    "vitest": "^4.1.2"
  },
  "scripts": {
    "build": "tsdown src/index.ts --dts.sourcemap --clean --target es2022 --no-fixedExtension --unbundle",
    "lint": "eslint .",
    "test": "vitest run src/utils/anthropic-openai-bridge-stream.utils.test.ts",
    "tsc": "tsc -p tsconfig.json"
  }
}