Feat: flesh out

This commit is contained in:
2026-03-14 14:42:40 +01:00
parent 5e7eae22e9
commit b569cfd5ad
6 changed files with 319 additions and 0 deletions

10
web/package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "sova-web",
"private": true,
"type": "module",
"dependencies": {
"@msgpack/msgpack": "^3.0.0",
"crc-32": "^1.2.2",
"ws": "^8.18.0"
}
}