Initial commit

This commit is contained in:
2026-02-18 23:47:03 +01:00
commit 94757e8cc3
8 changed files with 421 additions and 0 deletions

8
package.json Normal file
View File

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