Files
trezor-suite/suite-native/staking/package.json
Peter Sanderson 461c221dde fix: tests with bad fixture (removed 'as' cast)
# Conflicts:
#	suite-common/test-utils/src/mocks.ts
#	suite-native/module-trading/src/components/general/AccountList/__tests__/AccountListItem.comp.test.tsx
2026-02-03 14:15:06 +01:00

29 lines
916 B
JSON

{
"name": "@suite-native/staking",
"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": {
"@suite-common/redux-utils": "workspace:*",
"@suite-common/suite-sync": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-common/wallet-utils": "workspace:*",
"@suite-native/labeling": "workspace:*",
"@trezor/type-utils": "workspace:*",
"@trezor/utils": "workspace:*",
"react-redux": "9.2.0"
},
"devDependencies": {
"@suite-common/suite-types": "workspace:*"
}
}