UNPKG

realtimecursor

Version:

Real-time collaboration system with cursor tracking and approval workflow

14 lines 278 B
{ "name": "realtimecursor-api", "version": "1.0.0", "description": "API server for RealtimeCursor", "main": "server.js", "scripts": { "start": "node server.js" }, "dependencies": { "cors": "^2.8.5", "express": "^4.18.2", "socket.io": "^4.7.2" } }