mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
19 lines
485 B
JSON
19 lines
485 B
JSON
{
|
|
"name": "@suite-native/services",
|
|
"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/redux-utils": "workspace:*",
|
|
"@suite-native/analytics": "workspace:*",
|
|
"react": "19.1.0",
|
|
"react-native-mmkv": "~4.1.2"
|
|
}
|
|
}
|