@liveblocks/yjs
Version:
Integrate your existing or new Yjs documents with Liveblocks.
78 lines (77 loc) • 1.84 kB
JSON
{
"name": "@liveblocks/yjs",
"version": "2.22.3",
"description": "Integrate your existing or new Yjs documents with Liveblocks.",
"icense": "Apache-2.0",
"type": "module",
"main": "./dist/index.cjs",
"types": "./dist/index.d.cts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"module": "./dist/index.js",
"default": "./dist/index.cjs"
}
}
},
"files": [
"dist/**",
"README.md"
],
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"format": "eslint --fix src/; prettier --write src/",
"lint": "eslint src/",
"lint:package": "publint --strict && attw --pack",
"test": "jest --silent --verbose --color=always",
"test:watch": "jest --silent --verbose --color=always --watch"
},
"dependencies": {
"@liveblocks/client": "2.22.3",
"@liveblocks/core": "2.22.3",
"js-base64": "^3.7.7",
"y-indexeddb": "^9.0.12"
},
"peerDependencies": {
"yjs": "^13.6.1"
},
"devDependencies": {
"@liveblocks/eslint-config": "*",
"@liveblocks/jest-config": "*",
"@testing-library/jest-dom": "^6.4.6",
"msw": "^1.3.5"
},
"sideEffects": false,
"bugs": {
"url": "https://github.com/liveblocks/liveblocks/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liveblocks/liveblocks.git",
"directory": "packages/liveblocks-yjs"
},
"homepage": "https://liveblocks.io",
"keywords": [
"yjs",
"react",
"liveblocks",
"real-time",
"toolkit",
"multiplayer",
"websockets",
"collaboration",
"collaborative",
"presence",
"crdts",
"synchronize",
"rooms",
"documents",
"conflict resolution"
]
}