{
  "name": "rc-notifications-bun",
  "version": "1.0.0",
  "private": true,
  "description": "Bun HTTP proxy for RingCentral webhook notifications (replaces the rc-notifications-proxy Cloudflare Worker).",
  "scripts": {
    "start": "bun server.ts",
    "dev": "bun --watch server.ts"
  }
}
