{
  "name": "@reef-chain/util-lib",
  "private": false,
  "version": "3.0.2",
  "main": "./main.js",
  "module": "./dist/module/util-lib.mjs",
  "types": "./dist/dts/main.d.ts",
  "exports": {
    ".": {
      "require": "./dist/src/main.js",
      "import": "./dist/module/util-lib.mjs"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "dev": "vite --host",
    "watch": "vite build --watch",
    "build:clean": "rm -rf node_modules&&rm -f yarn.lock&&yarn install&&yarn build",
    "build": "nx build && tsc && vite build && yarn build:dts",
    "build:dts": "tsc ./src/main.ts --emitDeclarationOnly --declaration true --outDir ./dist/dts --skipLibCheck",
    "build:dts-gen": "dts-bundle-generator --config ./dts-bundle-generator.config.ts",
    "test": "vitest",
    "test:coverage": "vitest --coverage",
    "lint:scripts": "eslint . --ext .ts",
    "format:scripts": "prettier . --write",
    "format": "npm run format:scripts",
    "prepare": "husky install && husky set .husky/pre-commit 'npx lint-staged' && git add .husky/pre-commit",
    "uninstall-husky": "npm uninstall husky --no-save && git config --unset core.hooksPath && npx rimraf .husky",
    "circular-dep-test": "dpdm --no-warning --no-tree ./src/main.ts "
  },
  "resolutions": {
    "@polkadot/util": "13.1.1",
    "@polkadot/api-augment": "^13.2.1",
    "@polkadot/rpc-core": "^13.2.1",
    "@polkadot/types-create": "^13.2.1",
    "@polkadot/api": "^13.2.1",
    "@polkadot/api-base": "^13.2.1",
    "@polkadot/api-contract": "^13.2.1",
    "@polkadot/api-derive": "^13.2.1",
    "@polkadot/hw-ledger": "^13.1.1",
    "@polkadot/keyring": "^13.1.1",
    "@polkadot/networks": "^13.1.1",
    "@polkadot/phishing": "^0.23.6",
    "@polkadot/rpc-augment": "^13.2.1",
    "@polkadot/rpc-provider": "^13.2.1",
    "@polkadot/types": "^13.2.1",
    "@polkadot/types-augment": "^13.2.1",
    "@polkadot/types-codec": "^13.2.1",
    "@polkadot/types-known": "^13.2.1",
    "@polkadot/types-support": "^13.2.1",
    "@polkadot/util-crypto": "^13.1.1",
    "@polkadot/wasm-crypto": "^7.3.2",
    "@polkadot/x-bigint": "^13.1.1",
    "@polkadot/x-fetch": "^13.1.1",
    "@polkadot/x-global": "^13.1.1",
    "@polkadot/x-randomvalues": "^13.1.1",
    "@polkadot/x-textdecoder": "^13.1.1",
    "@polkadot/x-textencoder": "^13.1.1",
    "@polkadot/x-ws": "^13.1.1"
  },
  "peerDependencies": {
    "rxjs": "^7.5.6"
  },
  "dependencies": {
    "@ethersproject/abi": "5.5.0",
    "@ethersproject/abstract-provider": "5.7.0",
    "@ethersproject/abstract-signer": "5.7.0",
    "@ethersproject/properties": "5.7.0",
    "@metamask/providers": "14.0.2",
    "@polkadot/api": "13.2.1",
    "@polkadot/extension-inject": "0.53.1",
    "@polkadot/keyring": "13.3.1",
    "@polkadot/rpc-provider": "13.2.1",
    "@polkadot/types": "13.2.1",
    "@polkadot/types-known": "13.2.1",
    "@polkadot/util": "13.1.1",
    "@polkadot/util-crypto": "13.3.1",
    "@polkadot/x-ws": "13.3.1",
    "@reef-chain/evm-provider": "4.0.4",
    "@walletconnect/sign-client": "2.17.5",
    "@walletconnect/utils": "2.17.5",
    "axios": "1.7.9",
    "bignumber.js": "9.1.2",
    "ethers": "5.5.4",
    "graphql": "16.10.0",
    "mqtt": "5.10.3"
  },
  "type": "commonjs"
}
