{
  "name": "@dojima-wallet/connection",
  "version": "0.0.1-alpha.97",
  "description": "Initialise and connection for layer 1&2 blockchain",
  "keywords": [
    "connection",
    "api",
    "initialise",
    "client",
    "web3"
  ],
  "module": "dist/index.js",
  "main": "dist/index.js",
  "types": "dist/lib/index.d.ts",
  "author": "yerramreddyuday <uday.prasad@dojima.network>",
  "homepage": "https://github.com/dojimanetwork/wallet-js#readme",
  "license": "MIT",
  "directories": {
    "dist": "dist",
    "src": "lib"
  },
  "files": [
    "lib",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dojimanetwork/wallet-js.git"
  },
  "scripts": {
    "build_rm:ylck": "rm -rf dist/ node_modules/ yarn.lock && yarn && webpack --config ../../webpack/webpack.config.js",
    "build_rm:nm": "rm -rf dist/ node_modules/ && yarn && webpack --config ../../webpack/webpack.config.js",
    "build": "webpack --config ../../webpack/webpack.config.js"
  },
  "bugs": {
    "url": "https://github.com/dojimanetwork/wallet-js/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@binance-chain/javascript-sdk": "^4.2.0",
    "@cosmos-client/core": "0.45.13",
    "@dojima-wallet/types": "^0.0.1-alpha.8",
    "@dojima-wallet/utils": "0.0.1-alpha.11",
    "@fioprotocol/fiosdk": "^1.8.0",
    "@polkadot/api": "^9.10.2",
    "@project-serum/anchor": "0.23.0",
    "@solana/web3.js": "^1.98.0",
    "@types/bech32": "^1.1.2",
    "@types/big.js": "^6.0.0",
    "@types/bip39": "^3.0.0",
    "@types/bitcoinjs-lib": "^5.0.0",
    "@types/crypto-js": "^4.0.2",
    "@types/hdkey": "^2.0.0",
    "@types/node": "^14.14.31",
    "@types/uuid": "^8.3.1",
    "@types/wif": "^2.0.2",
    "arweave": "^1.11.8",
    "arweave-mnemonic-keys": "^0.0.9",
    "axios": "^0.27.2",
    "bech32": "^2.0.0",
    "bech32-buffer": "^0.2.1",
    "bignumber.js": "^9.1.1",
    "bip39": "^3.0.4",
    "bitcoinjs-lib": "^5.2.0",
    "buffer": "^6.0.3",
    "coinselect": "^3.1.13",
    "crypto-js": "^4.1.1",
    "ed25519-hd-key": "^1.3.0",
    "ethers": "^5.7.2",
    "foundry-primitives": "^0.2.1",
    "hdkey": "^2.0.1",
    "lodash": "^4.17.21",
    "long": "^4.0.0",
    "moment": "^2.29.4",
    "nock": "^13.0.5",
    "protobufjs": "^7.1.2",
    "uuid": "^8.3.2",
    "web3": "^1.8.1",
    "wif": "^2.0.6"
  },
  "devDependencies": {
    "webpack": "^5.96.1",
    "webpack-cli": "^5.1.4"
  }
}
