Files
trezor-suite/suite-native/send/package.json
2026-02-16 16:11:39 +01:00

29 lines
1011 B
JSON

{
"name": "@suite-native/send",
"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": {
"@reduxjs/toolkit": "2.11.2",
"@suite-common/mev": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-common/wallet-utils": "workspace:*",
"@suite-native/analytics": "workspace:*",
"@suite-native/device-mutex": "workspace:*",
"@suite-native/tokens": "workspace:*",
"@suite-native/transaction-management": "workspace:*",
"@trezor/blockchain-link-types": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/utils": "workspace:*"
}
}