{ "name": "@hive/cdn-script", "type": "module", "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" }, "devDependencies": { "@cloudflare/workers-types": "4.20241022.0", "@types/service-worker-mock": "2.0.4", "@whatwg-node/server": "0.9.50", "bcryptjs": "2.4.3", "dotenv": "16.4.5", "esbuild": "0.24.0", "fastify": "4.28.1", "graphql": "16.9.0", "itty-router": "4.2.2", "itty-router-extras": "0.4.6", "toucan-js": "3.4.0", "undici": "6.20.1", "zod": "3.23.8" } }