mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-20 06:08:39 +01:00
19 lines
452 B
JSON
19 lines
452 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|