{
  "name": "pi-omlx-tps",
  "version": "0.1.2",
  "type": "module",
  "author": "Nathan Davenport",
  "description": "Pi extension that shows OMLX inference data in the processing prompt",
  "license": "MIT",
  "keywords": [
    "pi-package"
  ],
  "engines": {
    "node": ">=22"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "video": "https://github.com/nathandaven/pi-omlx-tps/raw/refs/heads/main/screenshots/demo.mp4",
    "image": "https://github.com/nathandaven/pi-omlx-tps/raw/refs/heads/main/screenshots/4-generating.jpg"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.15",
    "@earendil-works/pi-coding-agent": "0.75.5",
    "@types/node": "^22.19.19",
    "tsx": "^4.22.3",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "check": "biome check *.ts && tsc --noEmit",
    "format": "biome check --write *.ts",
    "typecheck": "tsc --noEmit"
  }
}