Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0141G6xqLeNRYEtviLWSB5Up
15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"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": {
|
|
"@sentry/node": "^10.75.2",
|
|
"tsx": "^4.23.15",
|
|
"ws": "^8.21.3"
|
|
}
|
|
}
|