realtimecursor
Version:
Real-time collaboration system with cursor tracking and approval workflow
41 lines • 922 B
JSON
{
"name": "realtimecursor-sdk-fixed",
"version": "1.1.0",
"description": "Fixed version of the RealtimeCursor SDK for real-time collaboration",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"collaboration",
"real-time",
"cursor-tracking",
"live-cursors",
"multiplayer",
"collaborative-editing",
"react-hooks",
"open-source",
"free"
],
"author": "Sourabh Punase",
"license": "MIT",
"dependencies": {
"socket.io-client": "^4.8.1"
},
"peerDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"files": [
"dist",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"repository": {
"type": "git",
"url": "https://github.com/sourabhpunase/realtimecursor.git"
},
"bugs": {
"url": "https://github.com/sourabhpunase/realtimecursor/issues"
},
"homepage": "https://github.com/sourabhpunase/realtimecursor"
}