UNPKG

hodl-wallet

Version:

🧊 HODL Wallet - Fast CLI crypto wallet!

73 lines • 1.52 kB
{ "name": "hodl-wallet", "version": "1.9.6", "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" }, "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": { "bip32": "^4.0.0", "bip39": "3.1.0", "bitcoinjs-lib": "6.1.7", "cli-table3": "0.6.5", "deepbase": "1.5.2", "ecpair": "2.1.0", "external-editor": "3.1.0", "hdkey": "^0.6.0", "inquirer": "9.3.7", "inquirer-autocomplete-prompt": "3.0.1", "inquirer-fuzzy-path": "2.3.0", "ora": "8.1.1", "tiny-secp256k1": "2.2.3", "tmp": "0.2.4", "web3": "4.14.0" }, "overrides": { "tmp": "0.2.4" }, "type": "module", "scripts": { "start": "node ./index.js", "test": "node ./test/test-all.js", "test:network": "node ./test/test.js", "test:integration": "node ./test/test-integration.js", "test:quick": "node ./test/test.js --quick" } }