prezentacja-tutorial/package.json
2024-11-05 18:14:48 +01:00

17 lines
313 B
JSON
Executable File

{
"name": "prezetnacja-2",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"author": "Maciej",
"license": "ISC",
"description": "",
"dependencies": {
"electron": "^33.0.2"
}
}