@veltdev/reactflow-crdt
Version:
ReactFlow CRDT library for Velt
46 lines (45 loc) • 1.08 kB
JSON
{
"name": "@veltdev/reactflow-crdt",
"version": "4.5.0-beta.6",
"description": "ReactFlow CRDT library for Velt",
"homepage": "https://velt.dev",
"keywords": [
"reactflow",
"tiptap",
"react",
"velt",
"real-time",
"realtime",
"toolkit",
"multiplayer",
"websockets",
"collaboration",
"collaborative",
"presence",
"rooms",
"documents",
"conflict resolution",
"crdts",
"comment",
"comments",
"recording",
"screen recording",
"cursors",
"notifications",
"cord",
"liveblocks"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version:update": "node ../update-npm-package.mjs",
"publish:crdt": "npm publish --access public"
},
"author": "",
"license": "Proprietary",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"peerDependencies": {
"yjs": "^13.6.20"
}
}