mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-25 08:37:10 +01:00
21 lines
583 B
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"
|
|
}
|
|
}
|