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