Files
trezor-suite/suite/test-utils/package.json

26 lines
773 B
JSON

{
"name": "@suite/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",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@suite-common/formatters": "workspace:*",
"@suite-common/test-utils": "workspace:*",
"@suite/intl": "workspace:*",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.5.2",
"@trezor/suite": "workspace:*",
"history": "^5.3.0",
"react": "19.1.0",
"react-redux": "9.2.0"
}
}