Installed electron

This commit is contained in:
2025-11-04 15:37:27 +01:00
parent 291fda8711
commit 381ad6d192
2 changed files with 887 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "electron",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "electron.",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"electron": "^39.0.0"
}
}