{
  "name": "pi-doppelclaude",
  "version": "0.10.0",
  "private": false,
  "description": "Pi provider that runs your Claude Code subscription as pi models via the Claude Agent SDK.",
  "keywords": [
    "pi-package",
    "pi",
    "extension",
    "claude-code",
    "claude-agent-sdk"
  ],
  "author": "Thurston Sandberg",
  "contributors": [
    "Eli Dickinson",
    "Prateek Sunal"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thurstonsand/pi-doppelclaude.git"
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE",
    "assets"
  ],
  "scripts": {
    "lint": "mise run lint",
    "format": "mise run format",
    "test:unit": "mise run test:unit",
    "test": "mise run test",
    "test:usage": "mise run test:usage",
    "typecheck": "mise run typecheck",
    "check": "mise run check"
  },
  "type": "module",
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.219",
    "@anthropic-ai/sdk": "^0.115.0",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "cc-session-io": "^0.3.2",
    "partial-json": "0.1.7"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.84.0",
    "@earendil-works/pi-coding-agent": ">=0.84.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.6",
    "@earendil-works/pi-ai": "^0.84.1",
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "@types/node": "^26.1.1",
    "tsx": "^4.23.1",
    "typebox": "1.3.7",
    "typescript": "^7.0.2"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  }
}
