UNPKG

realtimecursor

Version:

Real-time collaboration system with cursor tracking and approval workflow

36 lines 851 B
{ "name": "realtimecursor", "version": "1.0.0", "description": "Real-time collaboration system with cursor tracking and approval workflow", "main": "api/server.js", "scripts": { "start": "node api/server.js", "dev": "nodemon api/server.js", "build": "./render-build.sh", "build:frontend": "cd realtime && npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "engines": { "node": ">=16.0.0" }, "keywords": [ "collaboration", "real-time", "cursor-tracking", "approval-workflow", "saas" ], "author": "Sourabh Punase", "license": "MIT", "dependencies": { "axios": "^1.6.0", "bcryptjs": "^2.4.3", "cors": "^2.8.5", "express": "^4.18.2", "jsonwebtoken": "^9.0.2", "socket.io": "^4.7.2" }, "devDependencies": { "nodemon": "^3.0.1" } }