Files
tictactics/package.json
2026-05-05 14:23:45 -04:00

11 lines
269 B
JSON

{
"name": "tictactics",
"version": "0.1.0",
"private": true,
"description": "A notepad-playable capture tic tac toe browser game with simple WebSocket multiplayer.",
"scripts": {
"start": "node server.js",
"compose": "docker compose up --build"
}
}