10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"name": "euchre-scoreboard",
|
|
"private": true,
|
|
"description": "Web-based Euchre scoring app",
|
|
"scripts": {
|
|
"start": "python3 serve.py",
|
|
"start:docker": "docker compose up --build"
|
|
}
|
|
}
|