chore: empty out repository

This commit is contained in:
Maarten van Heusden
2024-02-19 14:49:39 +01:00
parent e8e741a908
commit cb3a220254
12 changed files with 0 additions and 5141 deletions

View File

@@ -1,41 +0,0 @@
{
"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.2",
"electron-builder": "^24.9.1",
"eslint": "^8.56.0"
},
"dependencies": {
"follow-redirects": "^1.15.5",
"v8-compile-cache": "^2.4.0"
}
}