nano-mcp
Version:
NANO MCP (Nano Cryptocurrency) Server for AI Assistants - A JSON-RPC 2.0 API server for Nano cryptocurrency operations with QR code generation, local work generation and auto-receive pending blocks
65 lines (64 loc) • 1.58 kB
JSON
{
"name": "nano-mcp",
"version": "1.5.1",
"description": "NANO MCP (Nano Cryptocurrency) Server for AI Assistants - A JSON-RPC 2.0 API server for Nano cryptocurrency operations with QR code generation, local work generation and auto-receive pending blocks",
"main": "src/index.js",
"bin": {
"nano-mcp": "src/index.js"
},
"scripts": {
"start": "node src/index.js",
"test": "jest --verbose",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"keywords": [
"nano",
"cryptocurrency",
"nano-mcp",
"server",
"json-rpc",
"api",
"blockchain",
"wallet"
],
"author": {
"name": "NANO MCP Team",
"url": "https://github.com/dhyabi2/NANO_MCP_SERVER"
},
"license": "MIT",
"dependencies": {
"ajv": "^8.12.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"nanocurrency": "^1.12.0",
"nanocurrency-web": "^1.4.3",
"node-fetch": "^2.7.0",
"qrcode": "^1.5.3",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0"
},
"devDependencies": {
"jest": "^29.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhyabi2/NANO_MCP_SERVER.git"
},
"bugs": {
"url": "https://github.com/dhyabi2/NANO_MCP_SERVER/issues"
},
"homepage": "https://github.com/dhyabi2/NANO_MCP_SERVER",
"engines": {
"node": ">=16.0.0"
},
"files": [
"src/",
"utils/",
"LICENSE"
],
"publishConfig": {
"access": "public"
}
}