package.json•749 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/node": "^24.1.0",
"@types/yargs": "17.0.33",
"graphql-yoga": "^5.13.5",
"ts-node": "^10.9.2",
"tsx": "^4.20.3",
"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": "tsx watch src/index.ts",
"build": "tsc",
"start": "tsx src/index.ts",
"start:prod": "node dist/index.js"
}
}