mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 22:47:17 +00:00
26 lines
586 B
JSON
26 lines
586 B
JSON
{
|
|
"name": "@hive/service-common",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"peerDependencies": {
|
|
"@sentry/node": "^7.0.0",
|
|
"@sentry/tracing": "^7.0.0",
|
|
"@sentry/utils": "^7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@whatwg-node/fetch": "0.6.2",
|
|
"fastify": "3.29.4",
|
|
"fastify-cors": "6.0.2",
|
|
"fastify-plugin": "3.0.1",
|
|
"prom-client": "14.1.1",
|
|
"zod": "3.20.2"
|
|
},
|
|
"devDependencies": {
|
|
"@sentry/node": "7.30.0",
|
|
"@sentry/tracing": "7.30.0",
|
|
"@sentry/types": "7.30.0",
|
|
"@sentry/utils": "7.30.0"
|
|
}
|
|
}
|