@graphql-hive/plugin-mcp
Version:
67 lines • 1.53 kB
JSON
{
"name": "@graphql-hive/plugin-mcp",
"version": "0.1.2",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-hive/gateway.git",
"directory": "packages/plugins/mcp"
},
"author": {
"email": "contact@the-guild.dev",
"name": "The Guild",
"url": "https://the-guild.dev"
},
"license": "MIT",
"engines": {
"node": ">=20.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": {
"@langfuse/client": "^5.0.2",
"graphql": "^15.9.0 || ^16.9.0",
"graphql-yoga": "^5.21.1"
},
"peerDependenciesMeta": {
"@langfuse/client": {
"optional": true
}
},
"dependencies": {
"@graphql-hive/logger": "^1.1.1",
"@graphql-tools/graphql-file-loader": "^8.1.12",
"@graphql-tools/load": "^8.1.8",
"sofa-api": "0.18.10",
"tslib": "^2.8.1"
},
"devDependencies": {
"@graphql-hive/gateway-runtime": "2.9.9",
"@langfuse/client": "^5.0.2",
"@opentelemetry/api": "^1.9.1",
"graphql": "^16.13.2",
"graphql-yoga": "^5.21.1",
"pkgroll": "2.27.1"
},
"sideEffects": false
}