Files
super-cool-jar-downloader/package.json
Sophia Atkinson da7a8c5f3e Updated to 1.1.0 and changes :P
- Fixed PaperMC hanger
- added PaperMC server downloader
- made it so that you set your remote path as the root of your minecraft server, and the script figures out where the files need to go
- Fixed Modrinth so that it also handles server distros like how Jenkins handler does it
- Added minecraft distro and version to confing.json.example, this is used right now, but i will be wrighting it into the script soon
- added LINCENSE file
2025-07-23 12:42:26 -07:00

19 lines
350 B
JSON

{
"name": "download-plugs",
"version": "1.1.0",
"main": "index.js",
"scripts": {
"run": "node index.js"
},
"keywords": [],
"author": "Sophia Atkinson",
"license": "MIT",
"description": "",
"dependencies": {
"axios": "^1.9.0",
"cheerio": "^1.0.0",
"cli-progress": "^3.12.0",
"ssh2-sftp-client": "^12.0.0"
}
}