{
  "name": "cceb",
  "version": "1.5.7",
  "description": "Bash program to trade and interact with RadixDLT and Ethereum",
  "main": "cceb",
  "scripts": {
    "test": "mocha",
    "postinstall": "./install-tab-completion.sh"
  },
  "keywords": [
    "radix",
    "radixdlt",
    "ethereum",
    "ccxt",
    "bash",
    "crypto",
    "ledger",
    "smart contract",
    "cli",
    "airsign",
    "aave"
  ],
  "author": "Robert Horvath",
  "license": "MIT",
  "bin": {
    "cceb": "./cceb",
    "cceb-telegram": "./bin/telegram.js"
  },
  "dependencies": {
    "@ledgerhq/hw-app-eth": "^5.47.3",
    "@ledgerhq/hw-transport-node-hid-singleton": "^5.46.0",
    "@ledgerhq/logs": "^5.46.0",
    "@metamask/eth-sig-util": "^4.0.1",
    "@radixdlt/account": "^3.0.6",
    "@walletconnect/client": "^1.7.8",
    "argparse": "^1.0.10",
    "axios": "^0.21.4",
    "bignumber.js": "^9.0.0",
    "bn": "^1.0.4",
    "ccxt": "~1.62.90",
    "chrono-node": "^2.2.0",
    "colors": "^1.4.0",
    "columnify": "^1.5.4",
    "config": "^3.1.0",
    "dateformat": "^3.0.3",
    "es6-promisify": "^6.0.1",
    "ethereumjs-tx": "^1.3.7",
    "fs": "0.0.1-security",
    "https": "^1.0.0",
    "inquirer": "^8.2.4",
    "js-yaml": "^4.1.0",
    "keccak": "^3.0.0",
    "keythereum": "^1.2.0",
    "log4js": "^6.4.7",
    "node-telegram-bot-api": "^0.50.0",
    "path": "^0.12.7",
    "pm2": "^5.2.0",
    "press-any-key": "^0.1.1",
    "promisify": "0.0.3",
    "qr-encoding": "^1.4.2",
    "qrcode": "^1.4.4",
    "readline-sync": "^1.4.10",
    "scrypt-js": "^3.0.0",
    "set-value": "^4.1.0",
    "shelljs": "~0.8.3",
    "web3": "^1.7.3",
    "yargs": "^17.2.1"
  },
  "devDependencies": {
    "assert": "^2.0.0",
    "babel-eslint": "^10.0.1",
    "eslint": "^5.16.0",
    "eslint-plugin-chai": "0.0.1",
    "eslint-plugin-json": "^1.4.0",
    "eslint-plugin-mocha": "^5.3.0",
    "eslint-plugin-react": "^7.13.0",
    "mocha": "^10.0.0",
    "rewiremock": "^3.14.3"
  }
}
