Files
trezor-suite/suite-common/connect-init/package.json
2025-05-17 08:58:34 +02:00

29 lines
945 B
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": {
"type-check": "yarn g:tsc --build tsconfig.json",
"test:unit": "yarn g:jest -c ./jest.config.js",
"test-unit:watch": "yarn g:jest -c ../../jest.config.base.js -o --watch"
},
"dependencies": {
"@reduxjs/toolkit": "2.8.2",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/test-utils": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/env-utils": "workspace:^",
"@trezor/urls": "workspace:*",
"@trezor/utils": "workspace:*"
},
"devDependencies": {
"redux-mock-store": "^1.5.5",
"redux-thunk": "^3.1.0"
}
}