{
  "name": "pi-chatgpt-limit",
  "version": "0.3.1",
  "description": "Show ChatGPT Codex subscription usage in pi's footer",
  "type": "module",
  "scripts": {
    "test": "node --test test/e2e/*.test.js",
    "typecheck": "tsc --noEmit",
    "format": "prettier --write .",
    "format:check": "prettier --check ."
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "chatgpt",
    "codex"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@earendil-works/pi-tui": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/patlux/pi-chatgpt-limit.git"
  },
  "homepage": "https://github.com/patlux/pi-chatgpt-limit#readme",
  "bugs": {
    "url": "https://github.com/patlux/pi-chatgpt-limit/issues"
  },
  "files": [
    "index.js",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@types/node": "^24.12.3",
    "prettier": "^3.8.3",
    "typescript": "^6.0.3"
  },
  "pi": {
    "extensions": [
      "./index.js"
    ],
    "image": "https://github.com/patlux/pi-chatgpt-limit/releases/download/preview-assets/footer-preview.png"
  }
}
