console/packages/services/schema/package.json
renovate[bot] a53a4ead45
fix(deps): update whatwg-node (#1008)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-16 09:54:06 +00:00

40 lines
1.1 KiB
JSON

{
"name": "@hive/schema",
"version": "0.0.0",
"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",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@apollo/federation": "0.38.1",
"@graphql-tools/stitch": "8.7.35",
"@graphql-tools/stitching-directives": "2.3.25",
"@sentry/node": "7.30.0",
"@sentry/tracing": "7.30.0",
"@trpc/server": "10.7.0",
"@whatwg-node/fetch": "0.6.2",
"async-retry": "1.3.3",
"dotenv": "16.0.3",
"graphql": "16.6.0",
"ioredis": "5.2.5",
"zod": "3.20.2"
},
"devDependencies": {
"@hive/service-common": "workspace:*",
"@types/async-retry": "1.4.5",
"fastify": "3.29.4",
"pino-pretty": "9.1.1"
},
"buildOptions": {
"runify": true,
"tsup": true,
"tags": [
"backend"
],
"banner": "../../../scripts/banner.js"
}
}