package.json•657 B
{
"name": "etherscan-mcp",
"version": "1.0.4",
"main": "index.js",
"files": [
"dist"
],
"bin": {
"etherscan-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^22.13.14",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.0.0",
"axios": "^1.8.4",
"zod": "^3.24.2",
"zod-to-json-schema": "^3.24.5"
}
}