{ "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" }