overte-HifiExperiments/screenshare/package.json
dependabot[bot] 8e844218a9
Bump got and electron-packager in /screenshare
Bumps [got](https://github.com/sindresorhus/got) to 11.8.6 and updates ancestor dependency [electron-packager](https://github.com/electron/electron-packager). These dependencies need to be updated together.


Updates `got` from 9.6.0 to 11.8.6
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v9.6.0...v11.8.6)

Updates `electron-packager` from 14.0.6 to 17.1.2
- [Release notes](https://github.com/electron/electron-packager/releases)
- [Changelog](https://github.com/electron/electron-packager/blob/main/NEWS.md)
- [Commits](https://github.com/electron/electron-packager/compare/v14.0.6...v17.1.2)

---
updated-dependencies:
- dependency-name: got
  dependency-type: indirect
- dependency-name: electron-packager
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 19:33:55 +00:00

27 lines
696 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": "^22.3.25",
"electron-packager": "^17.1.2"
},
"dependencies": {
"yargs": "^14.2.0"
}
}