mirror of
https://github.com/graphql-hive/console
synced 2026-05-19 23:29:25 +00:00
22 lines
585 B
JSON
22 lines
585 B
JSON
{
|
|
"name": "@hive/broker-script",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node build.mjs",
|
|
"dev": "tsup-node --config ../../../configs/tsup/dev.config.worker.ts src/dev.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "4.20241230.0",
|
|
"@types/service-worker-mock": "2.0.4",
|
|
"@whatwg-node/server": "0.9.65",
|
|
"esbuild": "0.25.0",
|
|
"itty-router": "4.2.2",
|
|
"toucan-js": "4.1.0",
|
|
"undici": "6.21.1",
|
|
"vitest": "3.0.5",
|
|
"workers-loki-logger": "0.1.15",
|
|
"zod": "3.24.1"
|
|
}
|
|
}
|