{
  "name": "pi-code",
  "version": "1.0.77",
  "description": "Claude Code experience for the pi coding agent: reads your .claude config (rules, commands, skills, hooks, output styles, MCP servers, agents) and adds todo, checkpoints, memory, web, subagents, and goals",
  "keywords": [
    "pi",
    "pi-package",
    "pi-coding-agent",
    "pi-extension",
    "extension",
    "claude",
    "claude-code",
    "coding-agent",
    "ai",
    "mcp",
    "hooks",
    "skills",
    "subagents",
    "memory",
    "todo"
  ],
  "license": "MIT",
  "author": "ilovepixelart",
  "type": "module",
  "files": [
    "extensions"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ilovepixelart/pi-code.git"
  },
  "homepage": "https://github.com/ilovepixelart/pi-code#readme",
  "bugs": "https://github.com/ilovepixelart/pi-code/issues",
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "scripts": {
    "biome": "npx --no-install @biomejs/biome check",
    "biome:fix": "npx --no-install @biomejs/biome check --write .",
    "type:check": "tsc --noEmit",
    "test": "vitest run --coverage",
    "check": "npm run biome && npm run type:check && npm run knip && npm run test",
    "prepublishOnly": "npm run check",
    "knip": "npx --no-install knip"
  },
  "engines": {
    "node": ">=22.19"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.30.0",
    "typebox": "^1.3.6"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.80.4",
    "@earendil-works/pi-coding-agent": ">=0.80.4",
    "@earendil-works/pi-tui": ">=0.80.4"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.4",
    "@earendil-works/pi-agent-core": "^0.85.1",
    "@earendil-works/pi-ai": "^0.85.1",
    "@earendil-works/pi-coding-agent": "^0.85.1",
    "@earendil-works/pi-tui": "^0.85.1",
    "@types/node": "^26.1.1",
    "@vitest/coverage-v8": "^5.0.0",
    "fast-check": "^4.9.0",
    "knip": "^6.34.0",
    "typescript": "^7.0.2",
    "vitest": "^5.0.0"
  }
}
