Files
TicTacToe/package.json
T
2026-06-16 23:02:36 +02:00

18 lines
398 B
JSON

{
"name": "tic-tac-toe",
"version": "1.0.0",
"description": "Kółko i krzyzyk napisany z nudów",
"license": "ISC",
"author": "Krzysztof Smaga",
"type": "commonjs",
"main": "index.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@electron-forge/cli": "^7.11.2",
"electron": "^42.4.0"
}
}