{
  "name": "@raoxxxwq/pi-codebuddy-sdk",
  "version": "0.7.1",
  "description": "Pi extension that uses CodeBuddy (via Agent SDK) as a model provider and adds an AskCodebuddy tool.",
  "author": "raoxxxwq",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MuJianxuan/pi-codebuddy-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/MuJianxuan/pi-codebuddy-sdk/issues"
  },
  "homepage": "https://github.com/MuJianxuan/pi-codebuddy-sdk#readme",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "codebuddy",
    "agent-sdk",
    "provider"
  ],
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test:unit": "node --import tsx --test tests/unit-*.mjs",
    "test": "set -a && [ -f .env.test ] && . .env.test; set +a && npm run test:unit && tests/int-smoke.sh && tests/int-multi-turn.sh && tests/int-cache.sh && node --import tsx --test tests/int-*.mjs",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@tencent-ai/agent-sdk": "^0.3.0",
    "change-case": "^5.4.4",
    "proper-lockfile": "^4.1.2",
    "typebox": "^1.3.0",
    "zod": "^4.4.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.80.0",
    "@earendil-works/pi-coding-agent": ">=0.80.0",
    "@earendil-works/pi-tui": ">=0.80.0"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.2",
    "@earendil-works/pi-coding-agent": "^0.80.2",
    "@earendil-works/pi-tui": "^0.80.2",
    "@types/node": "^24.13.2",
    "@types/proper-lockfile": "^4.1.4",
    "tsx": "^4.22.4",
    "typescript": "^6.0.3"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  }
}
