{ "name": "evmscope", "version": "1.7.0", "mcpName": "io.github.calintzy/evmscope", "description": "EVM blockchain intelligence toolkit for AI agents (MCP server)", "keywords": [ "mcp", "evm", "ethereum", "blockchain", "ai-agent", "crypto", "defi" ], "type": "module", "bin": { "evmscope": "dist/cli.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "viem": "^2.23.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^25.3.5", "tsup": "^8.4.0", "typescript": "^5.7.0", "vitest": "^3.0.0" }, "engines": { "node": ">=18.0.0" }, "author": "calintzy", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/calintzy/evmscope.git" } }