{
"name": "mcp-server-ens",
"version": "0.1.0",
"description": "An MCP server for interacting with the Ethereum Name Service (ENS)",
"license": "MIT",
"author": "JustaName",
"type": "module",
"bin": {
"mcp-server-ens": "dist/index.js"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/JustaName-id/ens-mcp-server"
},
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"dependencies": {
"@ensdomains/ensjs": "^4.0.2",
"@justaname.id/sdk": "^0.2.181",
"@modelcontextprotocol/sdk": "^1.6.1",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"ethers": "^6.7.1",
"viem": "^2.23.9",
"zod": "^3.22.2"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@vitest/coverage-v8": "^3.0.8",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"undici": "^7.4.0",
"vitest": "^3.0.8"
}
}