added electron

This commit is contained in:
2024-05-26 01:24:41 +10:00
parent 42ad806ee7
commit 2bd714cbd5
6 changed files with 1149 additions and 7 deletions

View File

@@ -1,14 +1,16 @@
{
"name": "testappfetching",
"version": "1.0.0",
"main": "index.js",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"electron": "^30.0.8",
"get-installed-apps": "^1.1.0"
}
}