mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
21 lines
553 B
JSON
21 lines
553 B
JSON
{
|
|
"name": "@suite-native/feature-flags",
|
|
"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": {
|
|
"@reduxjs/toolkit": "2.11.2",
|
|
"@suite-native/config": "workspace:*",
|
|
"@trezor/env-utils": "workspace:*",
|
|
"react-native": "0.81.5",
|
|
"react-redux": "9.2.0"
|
|
}
|
|
}
|