package.json•578 B
{
"name": "layerzero-mcp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@types/node": "^22.15.18",
"typescript": "^5.8.3"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"bs58": "^6.0.0",
"dotenv": "^16.5.0",
"ethers": "^6.8.0",
"zod": "^3.24.4"
}
}