mirror of
https://github.com/mmvanheusden/SteamDepotDownloaderGUI.git
synced 2026-02-04 05:31:19 +01:00
Bumps [electron](https://github.com/electron/electron) from 27.0.4 to 27.1.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/v27.0.4...v27.1.0) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "steamdepotdownloadergui",
|
|
"version": "2.3.0",
|
|
"description": "DepotDownloader Electron frontend",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "electron .",
|
|
"build": "electron-builder -c electron-builder.yml -wl -p never",
|
|
"buildall": "electron-builder -c electron-builder.yml -mwl -p never",
|
|
"buildlinux": "electron-builder -c electron-builder.yml -l -p never",
|
|
"buildwin": "electron-builder -c electron-builder.yml -w -p never",
|
|
"buildmacos": "electron-builder -c electron-builder.yml -m -p never"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mmvanheusden/SteamDepotDownloaderGUI.git"
|
|
},
|
|
"keywords": [
|
|
"electron",
|
|
"steam",
|
|
"depotdownloader",
|
|
"electron",
|
|
"gui"
|
|
],
|
|
"author": "mmvanheusden",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/mmvanheusden/SteamDepotDownloaderGUI/issues"
|
|
},
|
|
"homepage": "https://github.com/mmvanheusden/SteamDepotDownloaderGUI#readme",
|
|
"devDependencies": {
|
|
"electron": "^27.1.0",
|
|
"electron-builder": "^24.6.4",
|
|
"eslint": "^8.53.0"
|
|
},
|
|
"dependencies": {
|
|
"elecron": "^0.0.1-security",
|
|
"follow-redirects": "^1.15.3"
|
|
}
|
|
}
|