Initial commit
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "onesky_native",
|
||||
"version": "1.0.0",
|
||||
"description": "One Sky Native App",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "electron . --disable-gpu",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"axios": "^0.19.0",
|
||||
"electron": "^7.1.5",
|
||||
"fs": "0.0.1-security",
|
||||
"os": "^0.1.1",
|
||||
"path": "^0.12.7",
|
||||
"request": "^2.88.0",
|
||||
"screen": "^0.2.10",
|
||||
"usb": "^1.6.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user