mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Co-authored-by: enisdenjo <badurinadenis@gmail.com> Co-authored-by: Denis Badurina <denis@domonda.com>
25 lines
565 B
JSON
25 lines
565 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"name": "@hive/service-common",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@whatwg-node/fetch": "0.4.7",
|
|
"fastify": "3.29.3",
|
|
"fastify-cors": "6.0.2",
|
|
"fastify-plugin": "3.0.1",
|
|
"prom-client": "14.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@sentry/node": "^7.0.0",
|
|
"@sentry/tracing": "^7.0.0",
|
|
"@sentry/utils": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@sentry/node": "7.12.1",
|
|
"@sentry/tracing": "7.12.1",
|
|
"@sentry/types": "7.12.1",
|
|
"@sentry/utils": "7.12.1"
|
|
}
|
|
}
|