mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 01:39:34 +01:00
24 lines
673 B
JSON
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"
|
|
}
|
|
}
|