{ "name": "@suite-native/message-system", "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": { "@mobily/ts-belt": "^3.13.1", "@reduxjs/toolkit": "2.11.2", "@suite-common/geolocation": "workspace:*", "@suite-common/message-system": "workspace:*", "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-types": "workspace:*", "@suite-common/wallet-core": "workspace:*", "@suite-native/atoms": "workspace:*", "@suite-native/discovery": "workspace:*", "@suite-native/icons": "workspace:*", "@suite-native/intl": "workspace:*", "@suite-native/link": "workspace:*", "@trezor/styles": "workspace:*", "@trezor/theme": "workspace:*", "react": "19.1.0", "react-native": "0.81.5", "react-native-reanimated": "~4.1.5", "react-redux": "9.2.0" }, "devDependencies": { "@suite-native/test-utils": "workspace:*" } }