{ "name": "@openstatus/workflows", "scripts": { "dev": "NODE_ENV=development bun run --hot src/index.ts", "start": "NODE_ENV=production bun run src/index.ts", "test": "bun test" }, "dependencies": { "@google-cloud/tasks": "4.0.1", "@hono/sentry": "1.2.2", "@libsql/client": "0.15.15", "@logtape/logtape": "2.0.0", "@logtape/otel": "2.0.0", "@logtape/sentry": "2.0.0", "@openstatus/db": "workspace:*", "@openstatus/emails": "workspace:*", "@openstatus/notification-discord": "workspace:*", "@openstatus/notification-emails": "workspace:*", "@openstatus/notification-google-chat": "workspace:*", "@openstatus/notification-ntfy": "workspace:*", "@openstatus/notification-opsgenie": "workspace:*", "@openstatus/notification-pagerduty": "workspace:*", "@openstatus/notification-slack": "workspace:*", "@openstatus/notification-telegram": "workspace:*", "@openstatus/notification-twillio-sms": "workspace:*", "@openstatus/notification-twillio-whatsapp": "workspace:*", "@openstatus/notification-webhook": "workspace:*", "@openstatus/regions": "workspace:*", "@openstatus/tinybird": "workspace:*", "@openstatus/upstash": "workspace:*", "@openstatus/utils": "workspace:*", "@upstash/qstash": "2.6.2", "drizzle-orm": "0.44.4", "effect": "3.19.12", "hono": "4.5.3", "limiter": "^3.0.0", "zod": "4.1.13" }, "devDependencies": { "@openstatus/tsconfig": "workspace:*", "@types/bun": "latest", "typescript": "5.9.3" } }