mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 18:32:41 +03:00
38 lines
777 B
JSON
38 lines
777 B
JSON
{
|
|
"name": "y-provider",
|
|
"type": "module",
|
|
"version": "0.12.0",
|
|
"description": "Yjs provider protocol for multi document support",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs",
|
|
"default": "./dist/index.umd.cjs"
|
|
}
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/store": "0.12.0-canary-202402220729-0868ac6",
|
|
"vite": "^5.1.4",
|
|
"vite-plugin-dts": "3.7.3",
|
|
"vitest": "1.3.1",
|
|
"yjs": "^13.6.12"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/global": "*",
|
|
"yjs": "^13"
|
|
}
|
|
}
|