14 lines
287 B
JSON
14 lines
287 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": {
|
|
"tsx": "^4.23.15",
|
|
"ws": "^8.21.3"
|
|
}
|
|
}
|