console-hub/package.json
dependabot[bot] 9b17259df2
Bump electron from 5.0.13 to 11.5.0
Bumps [electron](https://github.com/electron/electron) from 5.0.13 to 11.5.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v5.0.13...v11.5.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-12 22:35:42 +00:00

23 lines
462 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": "^11.5.0",
"electron-packager": "^14.0.0"
},
"dependencies": {
"electron-reload": "^1.5.0",
"node-hid": "^1.0.0",
"node-wifi": "^2.0.5"
}
}