@veltdev/types
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.
43 lines (42 loc) • 1.15 kB
JSON
{
"name": "@veltdev/types",
"version": "4.5.4-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",
"publish:types": "node ../update-npm-package.mjs && npm publish --access public"
},
"author": "",
"license": "ISC",
"typings": "./velt.d.ts"
}