{
  "name": "pi-compaction-model",
  "version": "0.1.0",
  "description": "Choose a dedicated model for Pi's native compaction without changing its compaction algorithm or prompts.",
  "license": "MIT",
  "author": "JMHSV",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JMHSV/pi-compaction-model.git"
  },
  "homepage": "https://github.com/JMHSV/pi-compaction-model#readme",
  "bugs": {
    "url": "https://github.com/JMHSV/pi-compaction-model/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "compaction",
    "llm"
  ],
  "type": "module",
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "test": "bun test ./test/config.test.ts",
    "typecheck": "tsc --noEmit",
    "check": "bun run typecheck && bun run test",
    "prepublishOnly": "bun run check"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80.7"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.7",
    "@types/bun": "latest",
    "typescript": "^7.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "bun@1.3.14"
}
