UNPKG

hodl-wallet

Version:

🧊 HODL Wallet - Fast CLI crypto wallet!

67 lines (66 loc) • 1.56 kB
{ "name": "hodl-wallet", "version": "1.7.4", "description": "🧊 HODL Wallet - Fast CLI crypto wallet!", "author": "Martin Clasen", "repository": { "type": "git", "url": "git+https://github.com/clasen/HODL.git" }, "license": "MIT", "bugs": { "url": "https://github.com/clasen/HODL/issues" }, "homepage": "https://github.com/clasen/HODL#readme", "main": "index.js", "bin": { "hodl": "index.js" }, "scripts": { "start": "node ./index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "hodl", "wallet", "crypto", "ethereum", "bsc20", "bep20", "bnb", "eth", "binance", "trust", "blockchain", "bitcoin", "usdt", "stable", "coin", "evm", "polygon", "matic", "arbitrum", "fantom", "optimism", "avalanche", "avax", "clasen" ], "dependencies": { "axios": "^1.8.4", "bip32": "^5.0.0-rc.0", "bip39": "^3.1.0", "bitcoinjs-lib": "^7.0.0-rc.0", "cli-table3": "^0.6.5", "crypto-js": "^4.2.0", "deepbase": "^1.5.2", "ecpair": "^2.1.0", "hdkey": "^2.1.0", "inquirer": "^9.3.7", "inquirer-autocomplete-prompt": "^3.0.1", "inquirer-fuzzy-path": "^2.3.0", "tiny-secp256k1": "^2.2.3", "web3": "^4.14.0" }, "type": "module" }