forked from quic-issues/427e7578-d7bf-49c8-aee9-2dd999e25316
21 lines
401 B
JSON
21 lines
401 B
JSON
{
|
|
"name": "yjs-poll",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"y-websocket": "y-websocket"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"ws": "^8.19.0",
|
|
"@y/protocols": "^1.0.6-1",
|
|
"lib0": "^0.2.102",
|
|
"yjs": "^14.0.0-7"
|
|
}
|
|
}
|