Enhancement: Added multi-mod loop and game version display; Fixed remote upload final

This commit is contained in:
noothenoot
2026-04-18 19:23:45 +03:00
parent 7a1cdda53d
commit dff199516c
6 changed files with 306 additions and 169 deletions
+4 -3
View File
@@ -7,11 +7,12 @@
"start": "node index.js"
},
"dependencies": {
"adm-zip": "^0.5.10",
"axios": "^1.6.0",
"curseforge-api": "^1.2.0",
"dotenv": "^16.3.1",
"inquirer": "^9.2.11",
"adm-zip": "^0.5.10",
"fs-extra": "^11.1.1"
"form-data": "^4.0.5",
"fs-extra": "^11.3.4",
"inquirer": "^8.2.5"
}
}