console/packages/services/external-composition/federation-2/package.json
renovate[bot] 6fb0f3f672
fix(deps): update dependency @whatwg-node/server to v0.8.0 (#2287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-23 08:11:56 +03:00

21 lines
572 B
JSON

{
"name": "@hive/external-composition-federation-2",
"type": "module",
"license": "MIT",
"private": true,
"scripts": {
"build": "BUILD=1 tsx ../../../../scripts/runify.ts",
"dev": "tsup-node --config ../../../configs/tsup/dev.config.node.ts src/index.ts"
},
"dependencies": {
"@apollo/composition": "^2.4.5",
"@whatwg-node/fetch": "^0.9.0",
"@whatwg-node/server": "^0.8.0",
"graphql": "^16.6.0",
"lru-cache": "^7.17.0",
"zod": "3.21.4"
},
"devDependencies": {
"@graphql-hive/external-composition": "workspace:*"
}
}