Files
trezor-suite/suite-common/thp/package.json
Peter Sanderson b4b5eda22a feat: THP common
2025-06-05 14:32:11 +02:00

20 lines
542 B
JSON

{
"name": "@suite-common/thp",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"test:unit": "yarn g:jest -c ./jest.config.js",
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@reduxjs/toolkit": "2.8.2",
"@suite-common/redux-utils": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/protocol": "workspace:*"
}
}