{
  "name": "pi-reasoning-zip",
  "version": "0.4.0",
  "private": false,
  "description": "Compact reasoning blocks to keep the context short.",
  "license": "MIT",
  "author": "Ryu-CZ <thandeus@gmail.com> (https://github.com/Ryu-CZ)",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "extensions",
    "scripts/smoke-extension.mjs",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "reasoning",
    "thinking",
    "context",
    "llama-cpp"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://git@github.com/Ryu-CZ/pi-reasoning-zip.git"
  },
  "bugs": {
    "url": "https://github.com/Ryu-CZ/pi-reasoning-zip/issues"
  },
  "homepage": "https://github.com/Ryu-CZ/pi-reasoning-zip#readme",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "vitest run",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "check": "npm run typecheck && npm test && npm run build",
    "prepack": "npm run build",
    "smoke": "npm run build && node scripts/smoke-extension.mjs"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.3"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.3",
    "typescript": "^5.8.0",
    "vitest": "^3.2.0"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "image": "https://raw.githubusercontent.com/Ryu-CZ/pi-reasoning-zip/main/media/banner.webp"
  },
  "engines": {
    "node": ">=22"
  }
}
