{ "name": "kalkulator", "version": "1.0.0", "description": "Prosty kalkulator w Electronie", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "electron ." }, "repository": { "type": "git", "url": "https://git.mcjk.cc/MaciejkaG/kalkulator" }, "author": "Maciejka", "license": "ISC", "dependencies": { "electron": "^33.0.0" } }