Initial commit

This commit is contained in:
2026-02-19 00:18:50 +01:00
commit f27f003a75
5 changed files with 201 additions and 0 deletions

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"dependencies": {
"express": "^5.2.1",
"serve-index": "^1.9.1",
"ws": "^8.19.0"
}
}