{
  "name": "vipay-multichain-wallet",
  "version": "1.4.3",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "start": "tsdx watch",
    "test": "tsdx test"
  },
  "keywords": [],
  "author": "Chris.Kennedy@theblockjet.ae",
  "license": "ISC",
  "dependencies": {
    "@airgap/beacon-sdk": "^3.1.3",
    "@babel/types": "^7.19.0",
    "@binance-chain/javascript-sdk": "^4.2.0",
    "@dcspark/cardano-multiplatform-lib-browser": "^3.1.1",
    "@dcspark/milkomeda-constants": "^0.4.0",
    "@ethersproject/shims": "^5.7.0",
    "@hashgraph/sdk": "^2.18.6",
    "@hethers/wallet": "^1.2.1",
    "@solana/buffer-layout": "^4.0.0",
    "@solana/spl-token": "^0.2.0",
    "@solana/web3.js": "^1.50.1",
    "@tradle/react-native-http": "^2.0.0",
    "@trustwallet/wallet-core": "^3.1.7",
    "@ts-bitcoin/core": "^2.2.0",
    "@types/bitcore-lib": "^0.15.3",
    "@types/hdkey": "^2.0.1",
    "@types/node-fetch": "^2.6.2",
    "@types/stellar-sdk": "^0.15.1",
    "assert": "^2.0.0",
    "axios": "^0.27.2",
    "bech32": "^2.0.0",
    "bech32-buffer": "^0.2.0",
    "bip173": "^1.1.4",
    "bip32": "^2.0.4",
    "bip39": "^3.0.4",
    "bip44": "0.0.1",
    "bitcoin-client": "^1.3.0",
    "bitcoin-core": "^4.1.0",
    "bitcoinjs-lib": "^6.0.2",
    "bitcore-explorers": "^1.0.1",
    "bitcore-mnemonic": "^8.25.38",
    "bluebird": "^3.7.2",
    "browserify-zlib": "^0.1.4",
    "bs58": "^5.0.0",
    "buffer": "^4.9.1",
    "buffer-layout": "^1.2.2",
    "cardano-wallet": "^1.2.2",
    "cardano-wallet-js": "^1.4.0",
    "chai": "^4.3.6",
    "console-browserify": "^1.1.0",
    "constants-browserify": "^1.0.0",
    "crypto": "^1.0.1",
    "dns.js": "^1.0.1",
    "domain-browser": "^1.1.1",
    "ecpair": "^2.1.0",
    "ed25519-hd-key": "^1.3.0",
    "ethers": "^5.6.9",
    "events": "^1.0.0",
    "hdkey": "^2.0.1",
    "https-browserify": "0.0.1",
    "jest": "^28.1.3",
    "litecoin-bip84": "0.0.5",
    "litecore-lib": "^0.13.22",
    "lucid-cardano": "^0.7.9",
    "mnemonic-to-key-pair": "^1.0.0",
    "mnemonic-to-private-key": "^0.4.1",
    "mocha": "^10.0.0",
    "node-fetch": "^3.3.0",
    "punycode": "^1.2.4",
    "querystring-es3": "^0.2.1",
    "random-hash": "^4.0.1",
    "react-native-bip32-utils": "^0.9.3",
    "react-native-bip39": "^2.3.0",
    "react-native-bitcoinjs-lib": "^2.3.9",
    "react-native-crypto": "^2.2.0",
    "react-native-get-random-values": "^1.8.0",
    "react-native-os": "^1.0.1",
    "react-native-randombytes": "^3.0.0",
    "react-native-tcp": "^3.2.1",
    "react-native-udp": "^2.1.0",
    "readable-stream": "^1.0.33",
    "ripple-bip32": "^0.0.3",
    "ripple-keypairs": "^1.1.4",
    "ripple-lib": "^1.10.1",
    "ripple-wallet": "^2.0.0",
    "rn-nodeify": "^10.3.0",
    "safe-buffer": "^5.2.1",
    "send-crypto": "^0.2.37",
    "stellar-hd-wallet": "0.0.10",
    "stellar-sdk": "^10.4.0",
    "stream": "0.0.2",
    "stream-browserify": "^1.0.0",
    "string_decoder": "^0.10.31",
    "timers-browserify": "^1.0.1",
    "tiny-secp256k1": "^2.2.1",
    "tron-protocol-ts": "^1.0.5",
    "tron-wallet-hd": "^2.0.2",
    "tronweb": "^4.3.0",
    "tronweb-typings": "^1.0.1",
    "tsdx": "^0.14.1",
    "tslib": "^2.4.0",
    "tty-browserify": "0.0.0",
    "url": "^0.10.3",
    "util": "^0.10.4",
    "vm-browserify": "0.0.4",
    "xrpl": "^2.3.0"
  },
  "devDependencies": {
    "@airgap/beacon-wallet": "^3.1.3",
    "@babel/cli": "^7.18.10",
    "@babel/core": "^7.18.13",
    "@babel/preset-env": "^7.18.10",
    "@babel/preset-typescript": "^7.18.6",
    "esbuild": "^0.15.5",
    "simple-bitcoin-wallet": "0.0.9",
    "typescript": "^4.7.4",
    "webpack": "^5.74.0"
  },
  "readme": "readme.md",
  "homepage": "https://github.com/cyber-storm-200712/multichain-wallet-sdk",
  "repository": {
    "url": "https://github.com/cyber-storm-200712/multichain-wallet-sdk"
  },
  "react-native": {
    "zlib": "browserify-zlib",
    "console": "console-browserify",
    "constants": "constants-browserify",
    "crypto": "react-native-crypto",
    "dns": "dns.js",
    "net": "react-native-tcp",
    "domain": "domain-browser",
    "http": "@tradle/react-native-http",
    "https": "https-browserify",
    "os": "react-native-os",
    "path": "path-browserify",
    "querystring": "querystring-es3",
    "fs": "react-native-level-fs",
    "_stream_transform": "readable-stream/transform",
    "_stream_readable": "readable-stream/readable",
    "_stream_writable": "readable-stream/writable",
    "_stream_duplex": "readable-stream/duplex",
    "_stream_passthrough": "readable-stream/passthrough",
    "dgram": "react-native-udp",
    "stream": "stream-browserify",
    "timers": "timers-browserify",
    "tty": "tty-browserify",
    "vm": "vm-browserify",
    "tls": false
  },
  "browser": {
    "zlib": "browserify-zlib",
    "console": "console-browserify",
    "constants": "constants-browserify",
    "crypto": "react-native-crypto",
    "dns": "dns.js",
    "net": "react-native-tcp",
    "domain": "domain-browser",
    "http": "@tradle/react-native-http",
    "https": "https-browserify",
    "os": "react-native-os",
    "path": "path-browserify",
    "querystring": "querystring-es3",
    "fs": "react-native-level-fs",
    "_stream_transform": "readable-stream/transform",
    "_stream_readable": "readable-stream/readable",
    "_stream_writable": "readable-stream/writable",
    "_stream_duplex": "readable-stream/duplex",
    "_stream_passthrough": "readable-stream/passthrough",
    "dgram": "react-native-udp",
    "stream": "stream-browserify",
    "timers": "timers-browserify",
    "tty": "tty-browserify",
    "vm": "vm-browserify",
    "tls": false
  }
}
