mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-22 07:07:09 +01:00
27 lines
838 B
JSON
27 lines
838 B
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": {
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@mobily/ts-belt": "^3.13.1",
|
|
"@reduxjs/toolkit": "1.9.5",
|
|
"@suite-common/redux-utils": "workspace:*",
|
|
"@suite-common/suite-types": "workspace:*",
|
|
"@suite-common/wallet-config": "workspace:*",
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"fake-indexeddb": "^4.0.2",
|
|
"redux": "^4.2.1",
|
|
"redux-thunk": "^2.4.2"
|
|
}
|
|
}
|