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 28.2.0 to 28.2.1. - [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/v28.2.0...v28.2.1) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "steamdepotdownloadergui",
|
|
"version": "2.4.1",
|
|
"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": "^28.2.1",
|
|
"electron-builder": "^24.9.1",
|
|
"eslint": "^8.56.0"
|
|
},
|
|
"dependencies": {
|
|
"follow-redirects": "^1.15.5",
|
|
"v8-compile-cache": "^2.4.0"
|
|
}
|
|
}
|