mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
23 lines
797 B
JSON
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:*"
|
|
}
|
|
}
|