The server carries its own manifest and runs from its own folder

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
Eric Wagoner
2026-09-22 17:13:18 -04:00
co-authored by Claude Fable 5.1
parent 6369765378
commit 29e908efeb
5 changed files with 545 additions and 8 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "waving-hands-server",
"private": true,
"type": "module",
"description": "The duel server: rooms, ledgers, and turns between people. Runs from source with tsx.",
"scripts": {
"start": "tsx src/index.ts"
},
"dependencies": {
"tsx": "^4.23.15",
"ws": "^8.21.3"
}
}