Files
trezor-suite/suite-native/feature-flags/package.json

21 lines
583 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 -c ../../jest.config.native.js"
},
"dependencies": {
"@reduxjs/toolkit": "1.9.5",
"@suite-native/config": "workspace:*",
"@trezor/env-utils": "workspace:*",
"react-native": "0.76.1",
"react-redux": "8.0.7"
}
}