Openstatus
www.openstatus.dev
1{
2 "name": "@openstatus/workflows",
3 "scripts": {
4 "dev": "NODE_ENV=development bun run --hot src/index.ts",
5 "start": "NODE_ENV=production bun run src/index.ts",
6 "test": "bun test"
7 },
8 "dependencies": {
9 "@google-cloud/tasks": "4.0.1",
10 "@hono/sentry": "1.2.2",
11 "@libsql/client": "0.15.15",
12 "@logtape/logtape": "2.0.0",
13 "@logtape/otel": "2.0.0",
14 "@logtape/sentry": "2.0.0",
15 "@openstatus/db": "workspace:*",
16 "@openstatus/emails": "workspace:*",
17 "@openstatus/notification-discord": "workspace:*",
18 "@openstatus/notification-emails": "workspace:*",
19 "@openstatus/notification-google-chat": "workspace:*",
20 "@openstatus/notification-ntfy": "workspace:*",
21 "@openstatus/notification-opsgenie": "workspace:*",
22 "@openstatus/notification-pagerduty": "workspace:*",
23 "@openstatus/notification-slack": "workspace:*",
24 "@openstatus/notification-telegram": "workspace:*",
25 "@openstatus/notification-twillio-sms": "workspace:*",
26 "@openstatus/notification-twillio-whatsapp": "workspace:*",
27 "@openstatus/notification-webhook": "workspace:*",
28 "@openstatus/regions": "workspace:*",
29 "@openstatus/tinybird": "workspace:*",
30 "@openstatus/upstash": "workspace:*",
31 "@openstatus/utils": "workspace:*",
32 "@upstash/qstash": "2.6.2",
33 "drizzle-orm": "0.44.4",
34 "effect": "3.19.12",
35 "hono": "4.5.3",
36 "limiter": "^3.0.0",
37 "zod": "4.1.13"
38 },
39 "devDependencies": {
40 "@openstatus/tsconfig": "workspace:*",
41 "@types/bun": "latest",
42 "typescript": "5.9.3"
43 }
44}