@veltdev/client
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.
46 lines (45 loc) • 1.23 kB
JSON
{
"name": "@veltdev/client",
"version": "4.5.9-beta.3",
"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"
}