{
"name": "subgraphmcp",
"version": "1.0.0",
"main": "build/index.js",
"scripts": {
"build": "tsc && chmod +x build/index.js",
"start": "node build/index.js",
"dev": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"@types/node": "^22.13.10",
"axios": "^1.8.2",
"ethers": "^6.13.5",
"graphql-request": "^7.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
}
}