UNPKG

simple-nano-wallet

Version:

Benskalz' simple-nano-wallet rewritten in TypeScript with some additional features.

40 lines (39 loc) 884 B
{ "name": "simple-nano-wallet", "version": "1.0.6", "description": "Benskalz' simple-nano-wallet rewritten in TypeScript with some additional features.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest --config jest.config.js" }, "repository": { "type": "git", "url": "https://github.com/nextu1337/simple-nano-wallet.git" }, "keywords": [ "nano", "xno", "nanocurrency", "currency", "payment", "crypto", "wallet" ], "author": "nx2", "license": "ISC", "dependencies": { "async-lock": "^1.4.1", "multi-nano-web": "^1.8.0", "reconnecting-websocket": "^4.4.0", "ws": "^8.18.1" }, "devDependencies": { "@types/async-lock": "^1.4.2", "@types/jest": "^29.5.14", "@types/ws": "^8.18.0", "jest": "^29.7.0", "ts-jest": "^29.2.6" } }