Files
AFFiNE-Mirror/blocksuite/framework/sync/package.json
2025-06-24 14:43:39 +08:00

38 lines
751 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.1",
"lodash-es": "^4.17.21",
"rxjs": "^7.8.1",
"y-protocols": "^1.0.6"
},
"devDependencies": {
"vitest": "3.1.3"
},
"peerDependencies": {
"yjs": "*"
},
"exports": {
".": "./src/index.ts"
},
"files": [
"src",
"dist",
"!src/__tests__",
"!dist/__tests__"
],
"version": "0.22.4"
}