kalkulator/package.json

20 lines
418 B
JSON

{
"name": "kalkulator",
"version": "1.0.0",
"description": "Prosty kalkulator w Electronie",
"main": "index.js",
"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"
}
}