Initial scaffold for Aether Native V3 Electron Launcher

This commit is contained in:
Scott Idem
2026-01-23 13:54:20 -05:00
parent fdbd12b64f
commit 0497f5767b
44 changed files with 537 additions and 7294 deletions

View File

@@ -1,25 +0,0 @@
{
"name": "aether_app_native",
"productName": "Aether App: Native",
"version": "2024.8.14.1",
"description": "One Sky IT's Native Aether App",
"main": "index.js",
"scripts": {
"start": "electron .",
"start_nogpu": "electron . --disable-gpu",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Scott Idem",
"license": "ISC",
"dependencies": {
"axios": "^1.1.2",
"child_process": "^1.0.2",
"fs": "^0.0.1-security",
"os": "^0.1.2",
"path": "^0.12.7"
},
"devDependencies": {
"electron": "^31.0.0",
"electron-packager": "^17.1.2"
}
}