{
  "name": "@arach/pomo",
  "version": "0.3.9",
  "description": "Control and install the Pomo macOS HUD timer from the shell or an agent — live ANSI UI, agent-ready JSON state, and YouTube or SoundCloud playback. Zero dependencies. https://pomo.arach.dev",
  "type": "module",
  "bin": {
    "pomo": "bin/pomo.js"
  },
  "scripts": {
    "tui": "bun bin/pomo.js",
    "dev": "bun run tui",
    "status": "bun bin/pomo.js status",
    "docs:screenshots": "bash scripts/capture-docs.sh",
    "docs:crop-hud": "swift scripts/crop-hud-screenshots.swift"
  },
  "files": [
    "bin",
    "docs",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "os": [
    "darwin"
  ],
  "license": "MIT",
  "author": "arach",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arach/pomo.git",
    "directory": "apps/cli"
  },
  "homepage": "https://pomo.arach.dev",
  "keywords": [
    "pomodoro",
    "pomo",
    "cli",
    "tui",
    "terminal",
    "macos",
    "timer",
    "focus",
    "agent",
    "ansi"
  ]
}
