{
  "name": "@wosnxn123/billion-context-pi",
  "version": "0.1.31-1",
  "description": "One billion, not one million. Model-driven context management for the Pi coding agent.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "homepage": "https://github.com/wosnxn123/billion-context-pi",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wosnxn123/billion-context-pi.git"
  },
  "bugs": {
    "url": "https://github.com/wosnxn123/billion-context-pi/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "test": "node --import tsx --test tests/*.test.ts",
    "typecheck": "tsc --noEmit",
    "build": "tsup && tsc --emitDeclarationOnly"
  },
  "keywords": [
    "pi",
    "acp",
    "context",
    "compression",
    "context-management",
    "llm",
    "pi-package"
  ],
  "author": "wosnxn123",
  "license": "MIT",
  "type": "module",
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.83.0",
    "@types/node": "^26.1.2",
    "acp-kernel": "0.0.17",
    "tsup": "^8.5.1",
    "tsx": "^4.23.1",
    "typescript": "^7.0.2",
    "@oh-my-pi/pi-natives": "*",
    "@oh-my-pi/pi-natives-win32-x64": "*"
  }
}
