{ "name": "@suite-native/staking", "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" }, "dependencies": { "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-sync": "workspace:*", "@suite-common/wallet-config": "workspace:*", "@suite-common/wallet-core": "workspace:*", "@suite-common/wallet-types": "workspace:*", "@suite-common/wallet-utils": "workspace:*", "@suite-native/labeling": "workspace:*", "@trezor/type-utils": "workspace:*", "@trezor/utils": "workspace:*", "react-redux": "9.2.0" }, "devDependencies": { "@suite-common/suite-types": "workspace:*" } }