{ "name": "@trezor/react-utils", "version": "1.0.0", "private": true, "license": "See LICENSE.md in repo root", "sideEffects": false, "main": "src/index", "scripts": { "lint": "eslint '**/*.{ts,tsx,js}'", "test:unit": "jest --passWithNoTests", "type-check": "tsc --build" }, "dependencies": { "@trezor/utils": "*", "@trezor/type-utils": "*", "react": "17.0.2" } }