mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-13 02:38:15 +01:00
29 lines
945 B
JSON
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"
|
|
}
|
|
}
|