Files
OSIT-AE-App-Native-Electron/package.json
2022-05-06 16:58:53 -04:00

27 lines
631 B
JSON

{
"name": "aether_app_native",
"productName": "Aether App: Native",
"version": "3.2.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": "^0.26.0",
"child_process": "^1.0.2",
"fs": "0.0.1-security",
"os": "^0.1.1",
"path": "^0.12.7",
"ps-list": "^8.1.0"
},
"devDependencies": {
"electron": "^17.4.0",
"electron-packager": "^15.4.0"
}
}