mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
30 lines
788 B
JSON
30 lines
788 B
JSON
{
|
|
"name": "@hive/cdn-script",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node build.mjs",
|
|
"dev": "tsup-node src/dev.ts --target node18 --sourcemap --watch --onSuccess \"node --enable-source-maps dist/dev.js\"",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"peerDependencies": {
|
|
"graphql": "^16.0.0"
|
|
},
|
|
"dependencies": {
|
|
"graphql": "16.6.0",
|
|
"toucan-js": "2.7.0",
|
|
"zod": "3.20.2"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "4.20221111.1",
|
|
"@hive/api": "workspace:*",
|
|
"@types/service-worker-mock": "2.0.1",
|
|
"@whatwg-node/fetch": "0.6.2",
|
|
"@whatwg-node/server": "0.5.8",
|
|
"esbuild": "0.16.11",
|
|
"fastify": "3.29.5",
|
|
"itty-router": "2.6.6",
|
|
"itty-router-extras": "0.4.2"
|
|
}
|
|
}
|