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

31 lines
1.0 KiB
JSON

{
"name": "@suite-common/logger",
"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 -c ../../jest.config.base.js"
},
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
"@reduxjs/toolkit": "2.11.2",
"@suite-common/analytics-redux": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/suite-utils": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-common/wallet-utils": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/device-utils": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/type-utils": "workspace:*",
"react": "19.1.0",
"react-redux": "9.2.0"
}
}