-
-
Notifications
You must be signed in to change notification settings - Fork 424
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 749 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "realtime-check",
"version": "0.0.1",
"dependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/context-async-hooks": "^2.6.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.213.0",
"@opentelemetry/resources": "^2.6.0",
"@opentelemetry/sdk-trace-base": "^2.6.0",
"@opentelemetry/semantic-conventions": "^1.40.0",
"@supabase/supabase-js": "latest",
"cli-table3": "^0.6.5",
"commander": "^12.1.0",
"kleur": "^4.1.5"
},
"scripts": {
"check": "bun run realtime-check.ts --",
"build": "bun build --compile --minify-syntax --minify-whitespace --minify-identifiers realtime-check.ts --outfile realtime-check",
"nix": "bun install && bun run build && bash nix-build.sh"
}
}