@graphql-mesh/plugin-opentelemetry
Version:
72 lines • 2.09 kB
JSON
{
"name": "@graphql-mesh/plugin-opentelemetry",
"version": "2.0.0-alpha-cf354599f0bca73b6f8b010a6747e42a17ef20d7",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-hive/gateway.git",
"directory": "packages/plugins/opentelemetry"
},
"author": {
"email": "contact@the-guild.dev",
"name": "The Guild",
"url": "https://the-guild.dev"
},
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"scripts": {
"build": "pkgroll --clean-dist",
"prepack": "yarn build"
},
"peerDependencies": {
"graphql": "^15.9.0 || ^16.9.0"
},
"dependencies": {
"@graphql-hive/gateway-runtime": "1.9.0-alpha-cf354599f0bca73b6f8b010a6747e42a17ef20d7",
"@graphql-mesh/cross-helpers": "^0.4.10",
"@graphql-mesh/transport-common": "^0.7.34",
"@graphql-mesh/types": "^0.104.0",
"@graphql-mesh/utils": "^0.104.2",
"@graphql-tools/utils": "^10.8.1",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/context-async-hooks": "^2.0.0",
"@opentelemetry/core": "^2.0.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.200.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.200.0",
"@opentelemetry/exporter-zipkin": "^2.0.0",
"@opentelemetry/instrumentation": "^0.200.0",
"@opentelemetry/resources": "^2.0.0",
"@opentelemetry/sdk-trace-base": "^2.0.0",
"@opentelemetry/sdk-trace-web": "^2.0.0",
"@opentelemetry/semantic-conventions": "^1.28.0",
"@whatwg-node/promise-helpers": "1.3.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@whatwg-node/server": "^0.10.0",
"graphql": "^16.9.0",
"graphql-yoga": "^5.13.4",
"pkgroll": "2.12.2"
},
"sideEffects": false
}