mirror of
https://github.com/graphql-hive/console
synced 2026-05-02 03:47:18 +00:00
26 lines
768 B
JSON
26 lines
768 B
JSON
{
|
|
"name": "@hive/external-composition-federation-2",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bob runify --single",
|
|
"dev": "tsup-node src/dev.ts --format esm --shims --target node18 --watch --sourcemap --onSuccess 'node --enable-source-maps dist/dev.js' | pino-pretty --translateTime HH:MM:ss TT --ignore pid,hostname"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/composition": "^2.2.2",
|
|
"@whatwg-node/fetch": "^0.6.0",
|
|
"@whatwg-node/server": "^0.5.0",
|
|
"graphql": "^16.6.0",
|
|
"zod": "3.20.2"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-hive/external-composition": "workspace:*"
|
|
},
|
|
"buildOptions": {
|
|
"runify": true,
|
|
"tsup": true,
|
|
"tags": [],
|
|
"banner": "../../../../scripts/banner.js"
|
|
}
|
|
}
|