{
    "name": "@veltdev/sdk",
    "version": "5.0.2-beta.17",
    "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"
    ],
    "main": "velt.js",
    "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",
    "typings": "./velt.d.ts"
}
