blob: 9cb3d75d0f3fd8f3107c25a29daf408d9bd9b3da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "tic-tac-toe",
"version": "1.0.0",
"description": "a terminal tic tac toe game",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "Leo Goetz",
"license": "MIT",
"type": "module"
}
|