UNPKG

@chainreactionom/nano-mcp

Version:

NANO cryptocurrency wallet implementation for MCP with comprehensive testing

40 lines (39 loc) 899 B
{ "name": "@chainreactionom/nano-mcp", "version": "1.0.0", "type": "module", "description": "NANO cryptocurrency wallet implementation for MCP with comprehensive testing", "main": "src/index.js", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "start": "node src/index.js" }, "keywords": [ "nano", "cryptocurrency", "wallet", "blockchain", "mcp", "nanocurrency" ], "author": "Chain Reaction", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/chainreactionom/nano-mcp" }, "dependencies": { "axios": "^1.6.7", "dotenv": "^16.4.5", "nanocurrency": "^2.5.0", "nanocurrency-web": "^1.4.3", "node-fetch": "^3.3.2", "qrcode-terminal": "^0.12.0" }, "devDependencies": { "jest": "^29.7.0" }, "publishConfig": { "access": "public" } }