{
  "name": "@cooller458/crypto-exchange-wallet-cli",
  "version": "1.1.1",
  "description": "Crypto exchange wallet generator CLI tool",
  "type": "module",
  "homepage": "https://github.com/cooller458/crypto-exchange-wallet-cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cooller458/crypto-exchange-wallet-cli.git"
  },
  "author": "Cooller458(https://github.com/cooller458)",
  "license": "MIT",
  "bin": {
    "cryptowallet": "cli.js",
    "cw": "cli.js"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "lint": "pnpm exec eslint src/*.js",
    "test": "ava",
    "update": "ncu -u && pnpm install"
  },
  "files": [
    "cli.js",
    "./src/"
  ],
  "keywords": [
    "cli",
    "cli-app",
    "console",
    "command-line",
    "terminal",
    "generator",
    "crypto",
    "cryptocurrency",
    "wallet",
    "mnemonic",
    "cryptowallet",
    "bitcoin",
    "btc",
    "ethereum",
    "eth",
    "erc20",
    "binance",
    "binance-coin",
    "binance-smart-chain",
    "bsc",
    "bnb",
    "sol",
    "solana",
    "ton",
    "the-open-network",
    "litecoin",
    "ltc",
    "bitcoin-cash",
    "bch",
    "polygon",
    "dogecoin",
    "doge",
    "tron",
    "trx",
    "metamask",
    "trust-wallet",
    "phantom",
    "tonkeeper",
    "tronlink",
    "bip39",
    "bip84",
    "multiple wallets",
    "crypto wallets",
    "wallet generation"
  ],
  "dependencies": {
    "@binance-chain/javascript-sdk": "^4.2.2",
    "@harmony-js/account": "^0.1.58",
    "@solana/web3.js": "^1.90.0",
    "@ton/crypto": "^3.2.0",
    "@yerofey/dogecoin-bip84": "^0.0.5",
    "@yerofey/litecoin-bip84": "^0.0.5",
    "bip39": "3.1.0",
    "bip84": "0.2.7",
    "bip86": "^0.0.3",
    "bs58": "^5.0.0",
    "chalk": "5.3.0",
    "clipboardy": "^4.0.0",
    "coininfo": "5.2.1",
    "coinkey": "3.0.0",
    "columnify": "1.6.0",
    "commander": "12.0.0",
    "csv-writer": "^1.6.0",
    "dotenv": "^16.4.1",
    "ed25519-hd-key": "^1.3.0",
    "eth-lib": "0.1.29",
    "ethereum-bip84": "0.0.3",
    "ethereum-mnemonic-privatekey-utils": "1.0.5",
    "tezos-sign": "1.4.1",
    "tonweb": "^0.0.62",
    "tronweb": "5.3.1"
  },
  "devDependencies": {
    "ava": "^6.1.1",
    "eslint": "^8.56.0",
    "npm-check-updates": "^16.14.14"
  }
}
