mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
19 lines
547 B
JSON
19 lines
547 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/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@apollo/composition": "2.7.3",
|
|
"@apollo/federation-internals": "2.7.3",
|
|
"@graphql-hive/external-composition": "workspace:*",
|
|
"@whatwg-node/server": "0.9.33",
|
|
"graphql": "16.8.1",
|
|
"lru-cache": "^7.17.0",
|
|
"zod": "3.22.4"
|
|
}
|
|
}
|