Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/openstatusHQ/openstatus. ๐ซ Status page with uptime monitoring & API monitoring as code ๐ซ openstatus.dev
bun drizzle-orm monitoring monitoring-as-code nextjs observability on-call open-source shadcn-ui status-page statuspage synthetic-monitoring tinybird turso uptime uptime-checker uptime-monitor
Something went wrong. Try again.
2.5 kB ยท 59 lines
JSON
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960{ "name": "@openstatus/workflows", "scripts": { "check": "deno check --sloppy-imports src/serve.ts", "dev": "NODE_ENV=development deno run -A --watch src/serve.ts", "start": "NODE_ENV=production deno run -A src/serve.ts", "test": "NODE_ENV=test RESEND_API_KEY=test-key CRON_SECRET=test-secret deno test --parallel -A --no-check --sloppy-imports" }, "dependencies": { "@google-cloud/tasks": "catalog:", "@libsql/client": "catalog:", "@logtape/logtape": "catalog:", "@logtape/otel": "catalog:", "@logtape/sentry": "catalog:", "@openstatus/db": "workspace:*", "@openstatus/emails": "workspace:*", "@openstatus/health": "catalog:", "@openstatus/health-fly": "catalog:", "@openstatus/health-hono": "catalog:", "@openstatus/health-tinybird": "catalog:", "@openstatus/health-turso": "catalog:", "@openstatus/notification-base": "workspace:*", "@openstatus/notification-bird-whatsapp": "workspace:*", "@openstatus/notification-discord": "workspace:*", "@openstatus/notification-emails": "workspace:*", "@openstatus/notification-google-chat": "workspace:*", "@openstatus/notification-grafana-oncall": "workspace:*", "@openstatus/notification-ms-teams": "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-webhook": "workspace:*", "@openstatus/regions": "workspace:*", "@openstatus/services": "workspace:*", "@openstatus/status-fetcher": "workspace:*", "@openstatus/tinybird": "workspace:*", "@openstatus/upstash": "workspace:*", "@openstatus/utils": "workspace:*", "@opentelemetry/exporter-logs-otlp-http": "catalog:", "@opentelemetry/resources": "catalog:", "@opentelemetry/sdk-logs": "catalog:", "@opentelemetry/semantic-conventions": "catalog:", "@sentry/deno": "catalog:", "@upstash/qstash": "catalog:", "drizzle-orm": "catalog:", "effect": "catalog:", "hono": "catalog:", "limiter": "catalog:", "zod": "catalog:" }, "devDependencies": { "@openstatus/test-utils": "workspace:*", "@openstatus/tsconfig": "workspace:*", "typescript": "catalog:" }}