{ "name": "@suite-common/wallet-utils", "version": "1.0.0", "private": true, "license": "See LICENSE.md in repo root", "sideEffects": false, "main": "src/index", "scripts": { "depcheck": "yarn g:depcheck", "type-check": "yarn g:tsc --build", "test:unit": "yarn g:jest", "test-unit:watch": "yarn g:jest -o --watch" }, "dependencies": { "@suite-common/fiat-services": "workspace:*", "@suite-common/metadata-types": "workspace:*", "@suite-common/suite-constants": "workspace:*", "@suite-common/suite-types": "workspace:*", "@suite-common/suite-utils": "workspace:*", "@suite-common/test-utils": "workspace:*", "@suite-common/wallet-config": "workspace:*", "@suite-common/wallet-constants": "workspace:*", "@suite-common/wallet-types": "workspace:*", "@suite/intl": "workspace:*", "@trezor/address-validator": "workspace:*", "@trezor/blockchain-link": "workspace:*", "@trezor/blockchain-link-types": "workspace:*", "@trezor/blockchain-link-utils": "workspace:*", "@trezor/connect": "workspace:*", "@trezor/device-utils": "workspace:*", "@trezor/type-utils": "workspace:*", "@trezor/urls": "workspace:*", "@trezor/utils": "workspace:*", "bech32": "2.0.0", "date-fns": "^4.1.0", "react": "19.1.0", "react-hook-form": "^7.71.1", "web3-eth-abi": "^4.4.1", "web3-utils": "^4.3.2" } }