Pierwszy upload

This commit is contained in:
2026-06-16 23:02:36 +02:00
commit b8675cbed2
5 changed files with 6499 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"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"
}
}