mirror of
https://github.com/danbulant/console-hub
synced 2026-05-19 12:28:47 +00:00
21 lines
402 B
JSON
21 lines
402 B
JSON
{
|
|
"name": "console-hub",
|
|
"version": "0.1.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": {
|
|
"node-wifi": "^2.0.5"
|
|
}
|
|
}
|