mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
23 lines
607 B
JSON
23 lines
607 B
JSON
{
|
|
"name": "@hive/broker-script",
|
|
"version": "0.0.0",
|
|
"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.20240712.0",
|
|
"@types/service-worker-mock": "2.0.4",
|
|
"@whatwg-node/server": "0.9.36",
|
|
"esbuild": "0.23.0",
|
|
"itty-router": "4.2.2",
|
|
"toucan-js": "3.4.0",
|
|
"undici": "6.19.2",
|
|
"vitest": "2.0.3",
|
|
"workers-loki-logger": "0.1.15",
|
|
"zod": "3.23.8"
|
|
}
|
|
}
|