Files
trezor-suite/suite-common/suite-sync-evolu/package.json
Martin Vere Cihlar d81e855ed1 test(e2e-suite): add suite sync and evolu dependencies
also patches @evolu/common to have default exports
2026-02-04 17:11:22 +01:00

23 lines
797 B
JSON

{
"name": "@suite-common/suite-sync-evolu",
"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": {
"@evolu/common": "patch:@evolu/common@npm%3A7.3.0#~/.yarn/patches/@evolu-common-npm-7.3.0-dc4f142770.patch",
"@noble/hashes": "^1.6.1",
"@suite-common/suite-sync-storage": "workspace:*",
"@suite-common/suite-sync-types": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@trezor/type-utils": "workspace:*"
}
}