UNPKG
realtimecursor
Version:
latest (1.0.0)
1.0.0
Real-time collaboration system with cursor tracking and approval workflow
realtimecursor
/
api
/
package.json
14 lines
•
278 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"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"
}
}