Initial commit: Crafty Mod Installer

This commit is contained in:
noothenoot
2026-04-18 18:53:07 +03:00
parent d7250f326f
commit f3d8e45189
9 changed files with 1423 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "crafty-mod-installer",
"version": "1.0.0",
"description": "Automated modpack installer for Crafty Controller",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"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"
}
}