{
  "name": "pi-reasonix",
  "version": "1.0.0",
  "description": "DeepSeek-native optimizations for Pi: cache-first prefix stabilization, tool-call repair, and cost control.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "deepseek",
    "prefix-cache",
    "context-caching",
    "cache-first",
    "tool-call-repair",
    "reasonix",
    "llm-optimization",
    "cost-control"
  ],
  "license": "MIT",
  "author": "TheTrebor",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheTrebor/pi-reasonix.git"
  },
  "bugs": {
    "url": "https://github.com/TheTrebor/pi-reasonix/issues"
  },
  "homepage": "https://github.com/TheTrebor/pi-reasonix#readme",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build && npm run test",
    "test": "node --experimental-vm-modules test/*.test.mjs",
    "check": "npm run build && npm run test"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./dist/extensions"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "typescript": "^5.7.0"
  },
  "files": [
    "dist/",
    "src/",
    "README.md",
    "LICENSE"
  ]
}
