Init electron

This commit is contained in:
2026-07-01 22:58:05 +02:00
parent d70decb3bc
commit 8b393ed8cb
2 changed files with 198 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "electron-app1",
"version": "1.0.0",
"description": "electron demo app 1",
"keywords": [
"electron",
"app"
],
"repository": {
"type": "git",
"url": "https://git.vconesa.net/amorfo77/electron-app1.git"
},
"license": "ISC",
"author": "vicente conesa",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"electron": "^43.0.0"
}
}