{
  "name": "pi-quota-status",
  "version": "0.3.0",
  "description": "Pi extension package that adds compact provider quota/reset status to the footer.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hafiezul/pi-quota-status.git"
  },
  "bugs": {
    "url": "https://github.com/hafiezul/pi-quota-status/issues"
  },
  "homepage": "https://github.com/hafiezul/pi-quota-status#readme",
  "keywords": [
    "pi-package",
    "pi-extension",
    "quota",
    "statusline"
  ],
  "main": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts"
  },
  "files": [
    "src",
    "docs",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "test": "node -e \"require('node:fs').rmSync('.tmp-test',{recursive:true,force:true})\" && tsc -p tsconfig.test.json && node --test .tmp-test/tests/*.test.js",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@types/node": "^24.0.0",
    "typescript": "^6.0.0"
  },
  "engines": {
    "node": ">=22.19.0"
  }
}
