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.
3.8 kB ยท 90 lines
JSON
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091{ "name": "@openstatus/server", "version": "0.0.1", "description": "", "type": "module", "main": "src/index.ts", "scripts": { "env": "deno run -A env.ts", "dev": "deno run -A --watch --sloppy-imports --env-file=.env src/serve.ts", "start": "NODE_ENV=production deno run -A --sloppy-imports src/serve.ts", "test": "deno test --parallel -A --no-check --sloppy-imports --env-file=.env.test --import-map=test.importmap.json", "check": "deno check --sloppy-imports src/serve.ts", "eval:mcp": "deno run -A --sloppy-imports src/routes/mcp/evals/run.ts", "openapi:json": "deno run -A scripts/build-openapi-json.ts && pnpm exec oxfmt static/openapi.json static/openapi-yaml.ts", "openapi:v1": "deno run -A --no-check --sloppy-imports --env-file=.env.test --import-map=test.importmap.json scripts/build-openapi-v1-json.ts && pnpm exec oxfmt static/openapi-v1.json" }, "dependencies": { "@ai-sdk/anthropic": "catalog:", "@bufbuild/protobuf": "catalog:", "@bufbuild/protovalidate": "catalog:", "@connectrpc/connect": "catalog:", "@connectrpc/connect-node": "catalog:", "@connectrpc/validate": "catalog:", "@hono/mcp": "catalog:", "@hono/sentry": "catalog:", "@hono/zod-openapi": "catalog:", "@hono/zod-validator": "catalog:", "@logtape/logtape": "catalog:", "@logtape/otel": "catalog:", "@logtape/sentry": "catalog:", "@modelcontextprotocol/sdk": "catalog:", "@openstatus/analytics": "workspace:*", "@openstatus/assertions": "workspace:*", "@openstatus/db": "workspace:*", "@openstatus/emails": "workspace:*", "@openstatus/error": "workspace:*", "@openstatus/health": "catalog:", "@openstatus/health-fly": "catalog:", "@openstatus/health-hono": "catalog:", "@openstatus/health-tinybird": "catalog:", "@openstatus/health-turso": "catalog:", "@openstatus/health-unkey": "catalog:", "@openstatus/health-upstash": "catalog:", "@openstatus/locales": "workspace:*", "@openstatus/notification-bird-whatsapp": "workspace:*", "@openstatus/notification-discord": "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-webhook": "workspace:*", "@openstatus/proto": "workspace:*", "@openstatus/regions": "workspace:*", "@openstatus/services": "workspace:*", "@openstatus/subscriptions": "workspace:*", "@openstatus/theme-store": "workspace:*", "@openstatus/tinybird": "workspace:*", "@openstatus/tracker": "workspace:*", "@openstatus/upstash": "workspace:*", "@openstatus/utils": "workspace:*", "@opentelemetry/exporter-logs-otlp-http": "catalog:", "@opentelemetry/resources": "catalog:", "@opentelemetry/sdk-logs": "catalog:", "@opentelemetry/semantic-conventions": "catalog:", "@scalar/hono-api-reference": "catalog:", "@slack/web-api": "catalog:", "@t3-oss/env-core": "catalog:", "@unkey/api": "catalog:", "@upstash/qstash": "catalog:", "ai": "catalog:", "hono": "catalog:", "hono-rate-limiter": "catalog:", "nanoid": "catalog:", "percentile": "catalog:", "validator": "catalog:", "zod": "catalog:" }, "devDependencies": { "@openstatus/test-utils": "workspace:*", "@openstatus/tsconfig": "workspace:*", "@std/expect": "jsr:^1.0.19", "@std/testing": "jsr:^1.0.19", "@types/validator": "catalog:", "dotenv": "catalog:" }}