@chainreactionom/nano-mcp
Version:
NANO cryptocurrency wallet implementation for MCP with comprehensive testing
21 lines (20 loc) • 415 B
JSON
{
"name": "nano-mcp-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@jest/globals": "^30.0.0-beta.3",
"jest": "^29.7.0"
},
"dependencies": {
"@chainreactionom/nano-mcp-server": "^1.0.10"
}
}