{
  "name": "exult-amd-notify-bun",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "description": "Bun port of the exult-amd-notify Cloudflare Worker. Runs as a systemd timer every 5 minutes.",
  "scripts": {
    "start": "bun poller.ts",
    "mock": "AMD_NOTIFY_MOCK=1 bun poller.ts"
  }
}
