mirror of
https://github.com/danbulant/console-hub
synced 2026-05-20 21:08:55 +00:00
Bumps [electron](https://github.com/electron/electron) from 5.0.13 to 7.2.4. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v5.0.13...v7.2.4) Signed-off-by: dependabot[bot] <support@github.com>
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": "^7.2.4",
|
|
"electron-packager": "^14.0.0"
|
|
},
|
|
"dependencies": {
|
|
"electron-reload": "^1.5.0",
|
|
"node-hid": "^1.0.0",
|
|
"node-wifi": "^2.0.5"
|
|
}
|
|
}
|