{
  "name": "pi-idea",
  "version": "1.0.0",
  "description": "IntelliJ IDEA MCP bridge for pi",
  "keywords": ["pi-package"],
  "license": "Apache-2.0",
  "type": "module",
  "scripts": {
    "sync": "mkdir -p vendor && cp ../shared/jsonrpc-session.ts ../shared/mcp-client.ts ../shared/context-filter.ts ../shared/tool-activation.ts vendor/",
    "pretest": "npm run sync && tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:e2e": "vitest run --config vitest.e2e.config.ts",
    "prepack": "npm run sync"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*",
    "typescript": "^7.0.0",
    "vitest": "^4.1.7"
  },
  "pi": {
    "extensions": ["."]
  }
}
