{
  "name": "pi-cache-timer",
  "version": "0.1.1",
  "description": "Footer cache timer extension for Pi",
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "cache",
    "timer",
    "anthropic"
  ],
  "type": "module",
  "files": [
    "extensions/",
    "README.md",
    "CHANGELOG.md"
  ],
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": ">=0.57.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tuansondinh/pi-cache-timer.git"
  },
  "homepage": "https://github.com/tuansondinh/pi-cache-timer#readme",
  "bugs": {
    "url": "https://github.com/tuansondinh/pi-cache-timer/issues"
  },
  "license": "MIT"
}
