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

32 lines
1.1 KiB
JSON

{
"name": "@suite-common/test-utils",
"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": {
"@mobily/ts-belt": "^3.13.1",
"@reduxjs/toolkit": "2.11.2",
"@suite-common/platform-encryption": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/suite-sync-types": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@trezor/analytics-uploader": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/device-utils": "workspace:*",
"@trezor/type-utils": "workspace:*",
"@trezor/utils": "workspace:*",
"core-js": "^3.48.0",
"fake-indexeddb": "^6.2.5",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0"
}
}