Files
2026-01-09 12:50:23 +01:00

22 lines
628 B
JSON

{
"name": "@suite-native/formatters-config",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@suite-common/formatters": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-native/intl": "workspace:*",
"expo-localization": "~17.0.8",
"react": "19.1.0",
"react-redux": "9.2.0"
}
}