package.json
1 { 2 "name": "pi-repoprompt-mcp", 3 "version": "0.7.2", 4 "description": "A token-efficient RepoPrompt integration for Pi with automated and branch-safe workspace management", 5 "keywords": ["pi-package", "pi", "pi-coding-agent", "repoprompt", "mcp"], 6 "license": "MIT", 7 "type": "module", 8 "repository": { 9 "type": "git", 10 "url": "git+https://github.com/w-winter/dot314.git", 11 "directory": "packages/pi-repoprompt-mcp" 12 }, 13 "bugs": { 14 "url": "https://github.com/w-winter/dot314/issues" 15 }, 16 "homepage": "https://github.com/w-winter/dot314#readme", 17 "pi": { 18 "extensions": ["extensions/repoprompt-mcp/src/index.ts"] 19 }, 20 "dependencies": { 21 "@modelcontextprotocol/sdk": "^1.12.1", 22 "diff": "^7.0.0" 23 }, 24 "peerDependencies": { 25 "@mariozechner/pi-coding-agent": "^0.65.0", 26 "@mariozechner/pi-tui": "*", 27 "@sinclair/typebox": "*" 28 }, 29 "scripts": { 30 "prepack": "node ../../scripts/pi-package-prepack.mjs" 31 }, 32 "files": ["extensions/**", "README.md", "LICENSE", "package.json"], 33 "dot314Prepack": { 34 "copy": [ 35 { "from": "../../extensions/repoprompt-mcp/src", "to": "extensions/repoprompt-mcp/src" }, 36 { "from": "../../LICENSE", "to": "LICENSE" } 37 ] 38 } 39 }