Files
trezor-suite/suite-common/suite-sync-storage/package.json
Peter Sanderson bd49f7563c fix: unused tests
2025-12-09 14:39:04 +01:00

19 lines
531 B
JSON

{
"name": "@suite-common/suite-sync-storage",
"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"
},
"dependencies": {
"@suite-common/suite-types": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@trezor/type-utils": "workspace:*"
}
}