{
  "name": "ai-agent-notifier",
  "version": "1.0.6",
  "description": "Desktop & phone notifications for AI coding agents in VS Code and CLI. Supports Claude Code, Codex, Gemini CLI, and Cursor with toast alerts and ntfy push notifications.",
  "type": "module",
  "bin": {
    "ai-agent-notifier": "cli/index.mjs"
  },
  "main": "./src/notify.mjs",
  "scripts": {
    "test": "node --test tests/*.test.mjs",
    "test:e2e": "node --test tests/e2e/*.test.mjs",
    "toast:demo": "node scripts/toast-demo.mjs"
  },
  "keywords": [
    "notifications",
    "claude-code",
    "codex",
    "gemini-cli",
    "cursor",
    "vscode",
    "ai-agent",
    "ai-coding",
    "coding-agent",
    "toast",
    "ntfy",
    "push-notifications",
    "desktop-notifications",
    "hooks",
    "developer-tools",
    "cross-platform",
    "cli",
    "productivity"
  ],
  "author": {
    "name": "DevinoSolutions",
    "url": "https://github.com/DevinoSolutions"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DevinoSolutions/ai-agent-notifier.git"
  },
  "license": "AGPL-3.0-or-later",
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "src/",
    "cli/",
    "setup/",
    "assets/",
    "config/",
    "hooks/",
    "commands/",
    ".claude-plugin/"
  ]
}
