console/packages/services/external-composition/federation-2/package.json
Arda TANRIKULU 039c66bd24
enhance(@graphql-hive/yoga): improvements with Yoga's features (#6118)
Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
2025-01-03 13:16:27 +03:00

20 lines
569 B
JSON

{
"name": "@hive/external-composition-federation-2",
"type": "module",
"license": "MIT",
"private": true,
"scripts": {
"build": "tsx ../../../../scripts/runify.ts",
"dev": "tsup-node --config ../../../configs/tsup/dev.config.node.ts src/dev.ts"
},
"devDependencies": {
"@apollo/composition": "2.9.3",
"@apollo/federation-internals": "2.9.3",
"@graphql-hive/external-composition": "workspace:*",
"@whatwg-node/server": "0.9.65",
"dotenv": "16.4.7",
"graphql": "16.9.0",
"lru-cache": "^7.17.0",
"zod": "3.24.1"
}
}