mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 07:36:42 +08:00
314f126e4f
(cherry picked from commit efd02a015a)
18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"name": "@affine/y-provider",
|
|
"type": "module",
|
|
"version": "0.8.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-20230814155455-ceb5d5d8-nightly"
|
|
},
|
|
"peerDependencies": {
|
|
"yjs": "^13.5.51"
|
|
}
|
|
}
|