Files
AFFiNE-Mirror/blocksuite/framework/sync/package.json
2026-01-15 00:33:51 +08:00

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.26.0"
}