{
  "name": "@ilya-lesikov/pi-pi",
  "version": "0.8.0",
  "description": "Pi-Pi Coding Agent: based on Pi Coding Agent, but twice as good",
  "keywords": [
    "pi-package",
    "pi",
    "coding-agent",
    "orchestration"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ilya-lesikov/pi-pi.git"
  },
  "files": [
    "extensions/",
    "3p/pi-subagents/src/",
    "3p/pi-subagents/package.json",
    "3p/pi-tasks/src/",
    "3p/pi-tasks/package.json",
    "3p/pi-lsp/extensions/",
    "3p/pi-lsp/package.json",
    "3p/pi-ask-user/index.ts",
    "3p/pi-ask-user/single-select-layout.ts",
    "3p/pi-ask-user/package.json",
    "3p/pi-plannotator/apps/pi-extension/",
    "3p/pi-plannotator/packages/shared/",
    "3p/pi-plannotator/packages/server/",
    "3p/pi-plannotator/packages/ai/",
    "3p/pi-plannotator/package.json",
    "scripts/",
    "AGENTS.md"
  ],
  "scripts": {
    "postinstall": "bash scripts/postinstall.sh",
    "test": "vitest run --exclude '3p/**'",
    "test:watch": "vitest --exclude '3p/**'"
  },
  "pi": {
    "extensions": [
      "./extensions/orchestrator",
      "./3p/pi-subagents/src/index.ts",
      "./3p/pi-tasks/src/index.ts",
      "./3p/pi-lsp/extensions/lsp",
      "./3p/pi-ask-user",
      "./3p/pi-plannotator/apps/pi-extension"
    ]
  },
  "dependencies": {
    "@joplin/turndown-plugin-gfm": "^1.0.64",
    "@pierre/diffs": "^1.2.0",
    "effect": "^3.0.0",
    "minimatch": "^10.0.0",
    "pino": "^10.3.1",
    "proper-lockfile": "^4.1.2",
    "turndown": "^7.2.0",
    "typebox": "^1.0.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "@sinclair/typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.75.5",
    "@earendil-works/pi-coding-agent": "^0.75.5",
    "@earendil-works/pi-tui": "^0.75.5",
    "@sinclair/typebox": "^0.34.0",
    "typescript": "^5.8.0",
    "vitest": "^4.1.4"
  }
}
