Files
trezor-suite/suite-common/connect-init/package.json
2026-02-26 12:47:47 +01:00

31 lines
1.1 KiB
JSON

{
"name": "@suite-common/connect-init",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build tsconfig.json",
"test:unit": "yarn g:jest",
"test-unit:watch": "yarn g:jest -o --watch"
},
"dependencies": {
"@reduxjs/toolkit": "2.11.2",
"@suite-common/analytics": "workspace:*",
"@suite-common/device": "workspace:*",
"@suite-common/firmware": "workspace:*",
"@suite-common/message-system": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/suite-utils": "workspace:*",
"@suite-common/test-utils": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/urls": "workspace:*",
"@trezor/utils": "workspace:*"
}
}