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

23 lines
652 B
JSON

{
"name": "@suite-native/device-authorization",
"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": {
"@react-navigation/native": "6.1.18",
"@reduxjs/toolkit": "2.8.2",
"@suite-common/wallet-core": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@trezor/connect": "workspace:*",
"react": "19.0.0",
"react-redux": "9.2.0"
}
}