11 lines
269 B
JSON
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"
|
|
}
|
|
}
|