console/packages/services/external-composition/federation-2/package.json
renovate[bot] 3924c7199b
Update dependency @whatwg-node/fetch to v0.6.1 (#934)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-05 20:23:20 +02:00

26 lines
768 B
JSON

{
"name": "@hive/external-composition-federation-2",
"type": "module",
"license": "MIT",
"private": true,
"scripts": {
"build": "bob runify --single",
"dev": "tsup-node src/dev.ts --format esm --shims --target node18 --watch --sourcemap --onSuccess 'node --enable-source-maps dist/dev.js' | pino-pretty --translateTime HH:MM:ss TT --ignore pid,hostname"
},
"dependencies": {
"@apollo/composition": "^2.2.2",
"@whatwg-node/fetch": "^0.6.0",
"@whatwg-node/server": "^0.5.0",
"graphql": "^16.6.0",
"zod": "3.20.2"
},
"devDependencies": {
"@graphql-hive/external-composition": "workspace:*"
},
"buildOptions": {
"runify": true,
"tsup": true,
"tags": [],
"banner": "../../../../scripts/banner.js"
}
}