Files
trezor-suite/suite-native/feature-flags/package.json
2026-02-16 16:11:39 +01:00

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"
}
}