wallet-cli
Version:
Wallet CLI base on trip-wallet
41 lines (40 loc) • 866 B
JSON
{
"name": "wallet-cli",
"version": "0.1.8",
"description": "Wallet CLI base on trip-wallet",
"authors": [
{
"name": "Jay",
"email": "lijiakof@gmail.com",
"url": "https://github.com/lijiakof/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lijiakof/wallet-cli.git"
},
"keywords": [
"blockchain",
"eth",
"btc",
"trip",
"tripio",
"trio",
"wallet"
],
"bin": {
"wallet": "./bin/wallet.js"
},
"files": [
"bin"
],
"dependencies": {
"chalk": "^2.4.1",
"cli-spinners": "^1.3.1",
"commander": "^2.15.1",
"configstore": "^3.1.2",
"inquirer": "^6.0.0",
"log-update": "^2.3.0",
"trip-wallet": "^0.1.11"
}
}