package.json
 1  {
 2    "name": "pi-agentic-compaction",
 3    "version": "0.2.1",
 4    "description": "Pi extension for intelligent conversation compaction using a virtual filesystem and LLM exploration",
 5    "type": "module",
 6    "keywords": [
 7      "pi-package"
 8    ],
 9    "license": "MIT",
10    "author": "laulauland",
11    "repository": {
12      "type": "git",
13      "url": "https://github.com/laulauland/dotfiles"
14    },
15    "pi": {
16      "extensions": [
17        "./index.ts"
18      ]
19    },
20    "dependencies": {
21      "just-bash": "^1.5.4"
22    },
23    "devDependencies": {
24      "@mariozechner/pi-coding-agent": "^0.51.0"
25    },
26    "peerDependencies": {
27      "@mariozechner/pi-ai": "*",
28      "@mariozechner/pi-coding-agent": "*",
29      "@sinclair/typebox": "*"
30    }
31  }