Files
trezor-suite/packages/react-utils/package.json
2022-07-30 14:58:02 +02:00

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"
}
}