mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-18 13:18:17 +01:00
* chore: suite type utils package * chore: add temporary suite-common/intl-types package * chore: create wallet-networks-config package * chore: move SendFormProps to place where its used * chore: eslint import sort for suite-common packages * chore: move suite wallet types and constants to common packages * chore: suite metadata types to common packages * chore: fix suite tests * chore: rename wallet-networks-config package to wallet-config * chore: fix wallet-types connect version
7 lines
164 B
JSON
7 lines
164 B
JSON
{
|
|
"packages": ["packages/*", "suite-native/*", "suite-common/*", "scripts"],
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"version": "independent"
|
|
}
|