Files
trezor-suite/suite-native/helpers/package.json
2025-06-23 17:46:37 +02:00

24 lines
673 B
JSON

{
"name": "@suite-native/helpers",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"test:unit": "yarn g:jest --coverage",
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
"@suite-common/wallet-config": "workspace:*",
"@suite-native/toasts": "workspace:*",
"@trezor/connect": "workspace:*",
"expo-clipboard": "~7.1.4",
"react": "19.0.0",
"react-native": "0.79.3",
"react-redux": "9.2.0"
}
}