2022-12-06 11:01:03 +00:00
|
|
|
{
|
|
|
|
|
"name": "@hive/external-composition-federation-2",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2024-03-26 12:42:56 +00:00
|
|
|
"build": "tsx ../../../../scripts/runify.ts",
|
2024-07-15 11:21:23 +00:00
|
|
|
"dev": "tsup-node --config ../../../configs/tsup/dev.config.node.ts src/dev.ts"
|
2022-12-06 11:01:03 +00:00
|
|
|
},
|
2023-09-04 11:45:18 +00:00
|
|
|
"devDependencies": {
|
2025-11-16 15:01:03 +00:00
|
|
|
"@apollo/composition": "2.10.4",
|
2024-10-21 16:02:15 +00:00
|
|
|
"@apollo/federation-internals": "2.9.3",
|
2023-09-04 11:45:18 +00:00
|
|
|
"@graphql-hive/external-composition": "workspace:*",
|
2025-11-24 10:04:22 +00:00
|
|
|
"@whatwg-node/server": "0.10.17",
|
2024-12-25 13:17:32 +00:00
|
|
|
"dotenv": "16.4.7",
|
2024-06-25 08:29:04 +00:00
|
|
|
"graphql": "16.9.0",
|
2023-02-28 13:56:39 +00:00
|
|
|
"lru-cache": "^7.17.0",
|
2025-09-14 13:16:15 +00:00
|
|
|
"zod": "3.25.76"
|
2022-12-06 11:01:03 +00:00
|
|
|
}
|
|
|
|
|
}
|