{
  "name": "pi-better-compact",
  "version": "1.0.1",
  "description": "A pi extension that replaces default compaction with a cache-aware dynamic programming economic model",
  "main": "src/dp-compact.ts",
  "files": [
    "src/",
    "tsconfig.json"
  ],
  "scripts": {
    "check": "tsc --noEmit"
  },
  "keywords": [
    "pi-package",
    "pi",
    "extension",
    "compaction",
    "dynamic-programming",
    "cache-aware"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/takltc/pi-better-compact.git"
  },
  "bugs": {
    "url": "https://github.com/takltc/pi-better-compact/issues"
  },
  "homepage": "https://github.com/takltc/pi-better-compact#readme",
  "pi": {
    "extensions": [
      "./src/dp-compact.ts"
    ]
  },
  "devDependencies": {
    "typescript": "^5.0.0"
  }
}
