kalkulator/package.json

21 lines
438 B
JSON
Raw Normal View History

2024-10-16 22:46:58 +02:00
{
"name": "kalkulator",
"version": "1.0.0",
"description": "Prosty kalkulator w Electronie",
"main": "index.js",
"type": "module",
2024-10-16 22:46:58 +02:00
"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"
}
}