Initial commit

This commit is contained in:
2026-02-09 21:24:45 +01:00
commit b5d7d53bdb
5 changed files with 351 additions and 0 deletions

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "wolf-sheep",
"version": "1.0.0",
"dependencies": {
"express": "^4.18.2",
"ws": "^8.15.1"
}
}