mirror of
https://github.com/graphql-hive/console
synced 2026-05-01 19:37:20 +00:00
20 lines
572 B
JSON
20 lines
572 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.10.4",
|
|
"@apollo/federation-internals": "2.9.3",
|
|
"@graphql-hive/external-composition": "workspace:*",
|
|
"@whatwg-node/server": "0.10.17",
|
|
"dotenv": "16.4.7",
|
|
"graphql": "16.9.0",
|
|
"lru-cache": "^7.17.0",
|
|
"zod": "3.25.76"
|
|
}
|
|
}
|