Files
OSIT-AE-App-Native-Electron/package.json

24 lines
519 B
JSON

{
"name": "onesky_native",
"version": "2.0.0",
"description": "One Sky Native App",
"main": "index.js",
"scripts": {
"start": "electron .",
"start_nogpu": "electron . --disable-gpu",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.26.0",
"electron": "^17.1.0",
"fs": "0.0.1-security",
"os": "^0.1.1",
"path": "^0.12.7",
"request": "^2.88.2",
"screen": "^0.2.10",
"usb": "^1.6.2"
}
}