{
  "name": "@ilya-lesikov/pi-pi",
  "version": "1.10.0",
  "description": "Pi-Pi: a persistent, general-purpose Pi agent with adaptive tools, workers, skills, and memory",
  "keywords": [
    "pi-package",
    "pi",
    "agent",
    "general-purpose",
    "skills",
    "subagents"
  ],
  "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",
    "scripts/lib/"
  ],
  "scripts": {
    "test": "vitest run --exclude '3p/**'",
    "test:watch": "vitest --exclude '3p/**'",
    "test:3p": "bash scripts/test-3p.sh",
    "test:package": "bash scripts/test-package.sh",
    "test:all": "vitest run --exclude '3p/**' && bash scripts/test-3p.sh && bash scripts/test-package.sh",
    "coverage": "vitest run --exclude '3p/**' --coverage"
  },
  "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"
    ]
  },
  "dependencies": {
    "@joplin/turndown-plugin-gfm": "^1.0.64",
    "@pierre/diffs": "^1.2.0",
    "croner": "^10.0.1",
    "effect": "^3.0.0",
    "minimatch": "^10.0.0",
    "nanoid": "^5.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.85.1",
    "@earendil-works/pi-coding-agent": "^0.85.1",
    "@earendil-works/pi-tui": "^0.85.1",
    "@sinclair/typebox": "^0.34.0",
    "@vitest/coverage-v8": "^4.1.10",
    "typescript": "^5.8.0",
    "vitest": "^4.1.4"
  }
}
