@veltdev/react
Version:
Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.
50 lines (49 loc) • 1.39 kB
JSON
{
"name": "@veltdev/react",
"version": "4.5.6-beta.2",
"description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
"homepage": "https://velt.dev",
"keywords": [
"react",
"velt",
"real-time",
"realtime",
"toolkit",
"multiplayer",
"websockets",
"collaboration",
"collaborative",
"presence",
"synchronize",
"rooms",
"documents",
"conflict resolution",
"huddle",
"crdts",
"comment",
"comments",
"recording",
"video call",
"audio call",
"screen recording",
"webrtc",
"cursors",
"notifications",
"cord",
"liveblocks"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version:update": "node ../update-npm-package.mjs",
"publish:sdk": "npm publish --access public"
},
"author": "",
"license": "ISC",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"peerDependencies": {
"react": "^19.0.0 || ^18.0.0 || ^17.0.0 || ^16.0.0",
"react-dom": "^19.0.0 || ^18.0.0 || ^17.0.0 || ^16.0.0"
}
}