Files
trezor-suite/suite-native/staking/package.json
2026-03-17 16:51:40 +01:00

32 lines
1.0 KiB
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",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'"
},
"dependencies": {
"@suite-common/device": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/suite-sync": "workspace:*",
"@suite-common/wallet-api": "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:*"
}
}