mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 05:25:00 +03:00
14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"name": "@affine/y-provider",
|
|
"type": "module",
|
|
"version": "0.8.0-canary.5",
|
|
"description": "Yjs provider utilities for AFFiNE",
|
|
"main": "./src/index.ts",
|
|
"devDependencies": {
|
|
"@blocksuite/store": "0.0.0-20230730071529-580daeb9-nightly"
|
|
},
|
|
"peerDependencies": {
|
|
"yjs": "^13.5.51"
|
|
}
|
|
}
|