Files
OSIT-AE-App-Native-Electron/package.json
2023-05-14 16:03:12 -04:00

26 lines
612 B
JSON

{
"name": "aether_app_native",
"productName": "Aether App: Native",
"version": "2023.5.14.2",
"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": "^22.3.6",
"electron-packager": "^16.0.0"
}
}