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:
co-authored by
Claude Fable 5.1
parent
6369765378
commit
29e908efeb
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user