mirror of
https://github.com/danbulant/console-hub
synced 2026-05-19 04:18:45 +00:00
23 lines
461 B
JSON
23 lines
461 B
JSON
{
|
|
"name": "console-hub",
|
|
"version": "0.2.0",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"pkg": {
|
|
"assets": "html/"
|
|
},
|
|
"description": "Console hub application",
|
|
"author": "Daniel Bulant",
|
|
"license": "AGPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"electron": "^5.0.4",
|
|
"electron-packager": "^14.0.0"
|
|
},
|
|
"dependencies": {
|
|
"electron-reload": "^1.5.0",
|
|
"node-hid": "^1.0.0",
|
|
"node-wifi": "^2.0.5"
|
|
}
|
|
}
|