mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 09:55:20 +02:00
Bumps [electron](https://github.com/electron/electron) from 9.4.0 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/v9.4.0...v11.5.0) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
695 B
JSON
27 lines
695 B
JSON
{
|
|
"name": "highfidelity_screenshare",
|
|
"version": "1.0.0",
|
|
"description": "High Fidelity Screenshare",
|
|
"main": "src/screenshareMainProcess.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"packager": "node packager.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/highfidelity/hifi.git"
|
|
},
|
|
"author": "High Fidelity",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/highfidelity/hifi/issues"
|
|
},
|
|
"homepage": "https://github.com/highfidelity/hifi#readme",
|
|
"devDependencies": {
|
|
"electron": "^11.5.0",
|
|
"electron-packager": "^14.0.6"
|
|
},
|
|
"dependencies": {
|
|
"yargs": "^14.2.0"
|
|
}
|
|
}
|