mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
36 lines
925 B
JSON
36 lines
925 B
JSON
{
|
|
"name": "@hive/cdn-script",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"exports": {
|
|
"./aws": "./src/aws.ts",
|
|
"./cdn-token": "./src/cdn-token.ts",
|
|
"./artifact-storage-reader": "./src/artifact-storage-reader.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "node build.mjs",
|
|
"dev": "tsup-node --config ../../../configs/tsup/dev.config.worker.ts src/dev.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"peerDependencies": {
|
|
"graphql": "^16.0.0"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "2.4.3",
|
|
"graphql": "16.6.0",
|
|
"toucan-js": "3.1.0",
|
|
"zod": "3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "4.20230518.0",
|
|
"@types/service-worker-mock": "2.0.1",
|
|
"@whatwg-node/fetch": "0.9.3",
|
|
"@whatwg-node/server": "0.8.4",
|
|
"dotenv": "16.1.4",
|
|
"esbuild": "0.17.19",
|
|
"fastify": "3.29.5",
|
|
"itty-router": "2.6.6",
|
|
"itty-router-extras": "0.4.5"
|
|
}
|
|
}
|