realtimecursor
Version:
Real-time collaboration system with cursor tracking and approval workflow
53 lines (52 loc) • 1.25 kB
JSON
{
"name": "realtimecursor-sdk",
"version": "1.1.0",
"description": "A free and open-source SDK for integrating real-time cursor tracking and collaboration features",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && node build.js",
"build:dev": "bash build-dev.sh",
"prepublishOnly": "npm run build"
},
"keywords": [
"collaboration",
"real-time",
"cursor-tracking",
"live-cursors",
"multiplayer",
"collaborative-editing",
"react-hooks",
"open-source",
"free"
],
"author": "Sourabh Punase",
"license": "MIT",
"dependencies": {
"axios": "^1.10.0",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@types/node": "^18.16.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"typescript": "^5.0.4"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/sourabhpunase/realtimecursor.git"
},
"bugs": {
"url": "https://github.com/sourabhpunase/realtimecursor/issues"
},
"homepage": "https://github.com/sourabhpunase/realtimecursor"
}