UNPKG

@liveblocks/yjs

Version:

Integrate your existing or new Yjs documents with Liveblocks.

80 lines (79 loc) 1.87 kB
{ "name": "@liveblocks/yjs", "version": "3.15.5", "description": "Integrate your existing or new Yjs documents with Liveblocks.", "license": "Apache-2.0", "author": "Liveblocks Inc.", "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": "npx liveblocks dev -c 'vitest run'", "test:ci": "vitest run", "test:watch": "vitest" }, "dependencies": { "@liveblocks/client": "3.15.5", "@liveblocks/core": "3.15.5", "@noble/hashes": "^1.8.0", "js-base64": "^3.7.7", "y-indexeddb": "^9.0.12" }, "peerDependencies": { "yjs": "^13.6.1" }, "devDependencies": { "@liveblocks/eslint-config": "*", "@liveblocks/vitest-config": "*", "@testing-library/jest-dom": "^6.4.6" }, "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" ] }