{
  "name": "@gtheys/pi-context",
  "version": "0.1.1",
  "description": "Pi extension that adds a /context command to visualise context-window token usage as a coloured grid",
  "type": "module",
  "keywords": [
    "pi-package"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gtheys/pi-my-rifle-ext.git",
    "directory": "packages/pi-context"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "context.ts",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./context.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  }
}
