{
  "name": "pi-defluffer",
  "version": "0.1.0",
  "description": "Pi extension that safely defluffs user prompts before sending them to the model.",
  "type": "module",
  "private": false,
  "author": "RespectMathias",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RespectMathias/pi-defluffer.git"
  },
  "bugs": {
    "url": "https://github.com/RespectMathias/pi-defluffer/issues"
  },
  "homepage": "https://github.com/RespectMathias/pi-defluffer#readme",
  "keywords": [
    "pi-package",
    "pi-extension",
    "prompt-compression",
    "llm",
    "tokens"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "test:load": "pi --offline --no-session --no-extensions -e src/index.ts --list-models gpt",
    "test:unit": "vitest run",
    "test": "npm run test:unit && npm run test:load"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "vitest": "^4.0.14",
    "typescript": "^5.9.3"
  }
}
