{
  "name": "pi-modoro",
  "version": "1.0.1",
  "description": "Pomodoro timer extension for the pi coding agent — status bar timer with work/break phases and keyboard shortcut.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pomodoro",
    "timer",
    "productivity"
  ],
  "author": "mkaz",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mkaz/pi-modoro"
  },
  "pi": {
    "extensions": ["./index.ts"]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "files": [
    "index.ts"
  ]
}
