mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 15:42:53 +03:00
18 lines
389 B
JSON
18 lines
389 B
JSON
{
|
|
"name": "@affine/y-provider",
|
|
"type": "module",
|
|
"version": "0.8.0-canary.33",
|
|
"description": "Yjs provider utilities for AFFiNE",
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/store": "0.0.0-20230823134503-134d8f1a-nightly"
|
|
},
|
|
"peerDependencies": {
|
|
"yjs": "^13.5.51"
|
|
}
|
|
}
|