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

23 lines
569 B
JSON

{
"name": "@suite-native/link",
"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-native/toasts": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/theme": "workspace:*",
"react": "19.0.0"
},
"peerDependencies": {
"react-native": "*",
"react-native-reanimated": "*"
}
}