cleanup (subfolder removed, npm packages removed, etc.); added y-websocket-server code

This commit is contained in:
User
2026-03-16 02:26:57 +01:00
committed by Jannik Luboeinski
parent 78d5352a48
commit c89c6f95a6
1060 changed files with 610 additions and 101426 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"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"
}
}