package.json•611 B
{
"name": "monad-mcp-tutorial",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && chmod 755 build/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"axios": "^1.8.4",
"dotenv": "^16.5.0",
"ethers": "^5.7.2",
"node-fetch": "^3.3.2",
"typescript": "^5.8.2",
"viem": "^2.23.10",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/node": "^22.13.10"
}
}