mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
38 lines
752 B
JSON
38 lines
752 B
JSON
{
|
|
"name": "@blocksuite/sync",
|
|
"description": "BlockSuite data synchronization engine abstraction and implementation.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"sideEffects": false,
|
|
"keywords": [],
|
|
"author": "toeverything",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@blocksuite/global": "workspace:*",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"idb": "^8.0.0",
|
|
"idb-keyval": "^6.2.2",
|
|
"lodash-es": "^4.17.21",
|
|
"rxjs": "^7.8.2",
|
|
"y-protocols": "^1.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"peerDependencies": {
|
|
"yjs": "*"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"!src/__tests__",
|
|
"!dist/__tests__"
|
|
],
|
|
"version": "0.25.7"
|
|
}
|