{
  "name": "@sallyhuang/agent-notify",
  "version": "1.0.1",
  "description": "Native macOS notifications for AI coding agents",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sally1913105/AgentNotify.git"
  },
  "homepage": "https://github.com/sally1913105/AgentNotify",
  "bin": {
    "agent-notify": "bin/agent-notify.js"
  },
  "scripts": {
    "postinstall": "node scripts/npm-install.js"
  },
  "files": [
    "bin",
    "skills",
    "prebuilt/AgentNotify.app",
    "scripts/npm-install.js",
    "README.md",
    "LICENSE"
  ],
  "os": [
    "darwin"
  ],
  "engines": {
    "node": ">=18"
  }
}
