{
  "name": "pi-repoprompt-mcp",
  "version": "0.8.0",
  "description": "A token-efficient RepoPrompt integration for Pi with branch-safe workspace and tab management",
  "keywords": ["pi-package", "pi", "pi-coding-agent", "repoprompt", "repoprompt-ce", "repoprompt-classic", "mcp"],
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/w-winter/dot314.git",
    "directory": "packages/pi-repoprompt-mcp"
  },
  "bugs": {
    "url": "https://github.com/w-winter/dot314/issues"
  },
  "homepage": "https://github.com/w-winter/dot314#readme",
  "pi": {
    "extensions": ["extensions/repoprompt-mcp/src/index.ts"]
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "diff": "^7.0.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.74.0",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "scripts": {
    "prepack": "node ../../scripts/pi-package-prepack.mjs"
  },
  "files": ["extensions/**", "README.md", "LICENSE", "package.json"],
  "dot314Prepack": {
    "copy": [
      { "from": "../../extensions/repoprompt-mcp/src", "to": "extensions/repoprompt-mcp/src" },
      { "from": "../../LICENSE", "to": "LICENSE" }
    ]
  }
}
