Files
trezor-suite/suite-common/firmware-authenticity/package.json
2026-02-16 16:11:39 +01:00

29 lines
889 B
JSON

{
"name": "@suite-common/firmware-authenticity",
"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"
},
"dependencies": {
"@reduxjs/toolkit": "2.11.2",
"@suite-common/firmware": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/suite-utils": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/device-utils": "workspace:*",
"@trezor/utils": "workspace:*",
"react": "19.1.0",
"react-redux": "9.2.0"
},
"devDependencies": {
"@suite-common/suite-types": "workspace:*",
"@trezor/type-utils": "workspace:*"
}
}