mirror of
https://github.com/mmvanheusden/SteamDepotDownloaderGUI.git
synced 2026-02-04 05:31:19 +01:00
Bumps [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) from 24.13.3 to 25.0.5. - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/v25.0.5/packages/electron-builder) --- updated-dependencies: - dependency-name: electron-builder dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "steamdepotdownloadergui",
|
|
"version": "2.4.2",
|
|
"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": "^32.0.2",
|
|
"electron-builder": "^25.0.5",
|
|
"eslint": "^9.10.0"
|
|
},
|
|
"dependencies": {
|
|
"follow-redirects": "^1.15.9",
|
|
"v8-compile-cache": "^2.4.0"
|
|
}
|
|
}
|