{ "name": "@suite-native/qr-code", "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" }, "dependencies": { "@suite-common/wallet-config": "workspace:*", "@suite-common/wallet-types": "workspace:*", "@suite-common/wallet-utils": "workspace:*", "@suite-native/atoms": "workspace:*", "@suite-native/clipboard": "workspace:*", "@suite-native/icons": "workspace:*", "@suite-native/intl": "workspace:*", "@suite-native/labeling": "workspace:*", "@suite-native/toasts": "workspace:*", "@trezor/connect": "workspace:*", "@trezor/styles": "workspace:*", "@trezor/theme": "workspace:*", "expo-camera": "~17.0.10", "expo-image-picker": "~17.0.10", "react": "19.1.0", "react-native": "0.81.5", "react-qr-code": "2.0.18" } }