mirror of
https://github.com/danbulant/console-hub
synced 2026-05-20 12:58:41 +00:00
21 lines
407 B
JSON
21 lines
407 B
JSON
{
|
|
"name": "console-hub",
|
|
"version": "0.0.1",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"pkg": {
|
|
"assets": "index.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"
|
|
}
|
|
}
|