mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 13:22:54 +03:00
18 lines
388 B
JSON
18 lines
388 B
JSON
{
|
|
"name": "@affine/y-provider",
|
|
"type": "module",
|
|
"version": "0.9.0-canary.7",
|
|
"description": "Yjs provider utilities for AFFiNE",
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/store": "0.0.0-20230829150056-df43987c-nightly"
|
|
},
|
|
"peerDependencies": {
|
|
"yjs": "^13.5.51"
|
|
}
|
|
}
|