UNPKG
realtimecursor
Version:
latest (1.0.0)
1.0.0
Real-time collaboration system with cursor tracking and approval workflow
realtimecursor
/
test-npm-package
/
package.json
12 lines
•
258 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"name"
:
"test-npm-package"
,
"version"
:
"1.0.0"
,
"description"
:
"Test project for RealtimeCursor SDK"
,
"main"
:
"index.js"
,
"scripts"
:
{
"start"
:
"node index.js"
}
,
"dependencies"
:
{
"realtimecursor-sdk-fixed"
:
"file:../fixed-sdk"
}
}