package.json•903 B
{
"name": "mcp-graphql",
"module": "index.ts",
"type": "module",
"version": "2.0.4",
"repository": "github:blurrah/mcp-graphql",
"license": "MIT",
"bin": {
"mcp-graphql": "./dist/index.js"
},
"files": [
"dist"
],
"devDependencies": {
"@graphql-tools/schema": "^10.0.23",
"@types/bun": "^1.2.14",
"@types/yargs": "17.0.33",
"biome": "^0.3.3",
"graphql-yoga": "^5.13.5",
"typescript": "5.8.3"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.12.0",
"graphql": "^16.11.0",
"yargs": "17.7.2",
"zod": "3.25.30",
"zod-to-json-schema": "3.24.5"
},
"scripts": {
"dev": "bun --watch src/index.ts",
"build": "bun build src/index.ts --outdir dist --target node && bun -e \"require('fs').chmodSync('dist/index.js', '755')\"",
"start": "bun run dist/index.js",
"format": "biome format --write .",
"check": "biome format ."
},
"packageManager": "bun@1.2.19"
}