initial commit

This commit is contained in:
Nicola
2026-06-24 13:00:51 +02:00
commit 2d4c3864ef
11 changed files with 2555 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "tennis-roots-server",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js"
},
"dependencies": {
"express": "^4.21.0",
"ws": "^8.18.0"
}
}