mirror of
https://github.com/noothenoot/crafty-mod-installer.git
synced 2026-07-21 21:37:00 +00:00
19 lines
410 B
JSON
19 lines
410 B
JSON
{
|
|
"name": "crafty-mod-installer",
|
|
"version": "1.0.0",
|
|
"description": "Automated modpack installer for Crafty Controller",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"adm-zip": "^0.5.10",
|
|
"axios": "^1.6.0",
|
|
"curseforge-api": "^1.2.0",
|
|
"dotenv": "^16.3.1",
|
|
"form-data": "^4.0.5",
|
|
"fs-extra": "^11.3.4",
|
|
"inquirer": "^8.2.5"
|
|
}
|
|
}
|