mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 17:46:18 +08:00
531abb149a
(cherry picked from commit 72de11b8ca)
18 lines
386 B
JSON
18 lines
386 B
JSON
{
|
|
"name": "@affine/y-provider",
|
|
"type": "module",
|
|
"version": "0.8.0-beta.0",
|
|
"description": "Yjs provider utilities for AFFiNE",
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/store": "0.0.0-20230821003714-6c9c5137-nightly"
|
|
},
|
|
"peerDependencies": {
|
|
"yjs": "^13.5.51"
|
|
}
|
|
}
|