{
    "name": "@liquality/wallet-core",
    "version": "4.27.0",
    "description": "Common library for liquality wallet",
    "repository": "git@github.com:liquality/wallet-core.git",
    "author": "monokh <mnokhb@gmail.com>",
    "license": "MIT",
    "main": "./dist/src/index.js",
    "types": "./dist/src/index.d.ts",
    "files": [
        "dist/**"
    ],
    "dependencies": {
        "@blobfishkate/sovryncontracts": "1.3.27",
        "@chainify/bitcoin": "2.3.0",
        "@chainify/bitcoin-ledger": "2.4.0",
        "@chainify/client": "2.2.1",
        "@chainify/errors": "2.2.0",
        "@chainify/evm": "3.0.0",
        "@chainify/evm-ledger": "2.4.3",
        "@chainify/hw-ledger": "2.4.1",
        "@chainify/near": "2.3.0",
        "@chainify/solana": "2.4.1",
        "@chainify/terra": "2.2.0",
        "@chainify/types": "2.3.0",
        "@chainify/utils": "2.3.0",
        "@eth-optimism/sdk": "1.1.5",
        "@ethersproject/abstract-provider": "5.7.0",
        "@ethersproject/abstract-signer": "5.7.0",
        "@ethersproject/address": "5.7.0",
        "@ethersproject/providers": "5.7.0",
        "@ethersproject/transactions": "5.7.0",
        "@hop-protocol/sdk": "0.0.1-beta.314",
        "@lifi/sdk": "1.0.2",
        "@liquality/cryptoassets": "workspace:*",
        "@liquality/error-parser": "workspace:*",
        "@metamask/eth-sig-util": "^4.0.1",
        "@teleportdao/bitcoin": "^1.0.3",
        "@teleportdao/configs": "^1.0.3",
        "@teleportdao/scripts": "^1.0.3",
        "@terra-money/terra.js": "3.1.6",
        "@thorchain/asgardex-util": "^0.10.0",
        "@types/lodash": "^4.14.182",
        "@uniswap/sdk-core": "^3.0.1",
        "@uniswap/v2-core": "^1.0.1",
        "@uniswap/v2-periphery": "^1.1.0-beta.0",
        "@uniswap/v2-sdk": "^3.0.1",
        "@unstoppabledomains/resolution": "8.3.1",
        "@xchainjs/xchain-util": "^0.6.0",
        "amplitude-js": "8.18.2",
        "bignumber.js": "^9.0.2",
        "detect-circular-deps": "^3.0.0",
        "direct-vuex": "^0.12.1",
        "ethers": "5.7.0",
        "graphql": "^16.4.0",
        "human-standard-token-abi": "^2.0.0",
        "lodash": "^4.17.21",
        "moment": "^2.29.1",
        "react": "^18.1.0",
        "socket.io-client": "4.6.1",
        "tslib": "^2.3.1",
        "urql": "^2.2.0",
        "vue": "^2.6.11",
        "vuex": "^3.1.3"
    },
    "scripts": {
        "build": "tsc",
        "clean": "rm -rf node_modules .turbo dist",
        "watch": "tsc -w",
        "test": "jest --coverage"
    },
    "publishConfig": {
        "access": "public"
    }
}
