UNPKG

@veltdev/tiptap-velt-comments

Version:

Tiptap Extension to add Google Docs-style overlay comments to your Tiptap editor. Works with the Velt Collaboration SDK.

45 lines (44 loc) 1.17 kB
{ "name": "@veltdev/tiptap-velt-comments", "version": "4.5.8-beta.1", "description": "Tiptap Extension to add Google Docs-style overlay comments to your Tiptap editor. Works with the Velt Collaboration SDK.", "homepage": "https://velt.dev", "keywords": [ "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:extension": "npm publish --access public" }, "author": "Velt", "license": "Proprietary", "main": "cjs/index.js", "module": "esm/index.js", "types": "index.d.ts", "peerDependencies": { "@tiptap/core": "^3.x.x" } }