UNPKG

papermc-downloader

Version:

A cli for download all files of papermc from PaperMC, Waterfall, Travertine, Velocity and Folia.

52 lines (51 loc) 1.2 kB
{ "name": "papermc-downloader", "version": "1.6.2", "description": "A cli for download all files of papermc from PaperMC, Waterfall, Travertine, Velocity and Folia.", "type": "module", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/Utmite/paper-downloader.git" }, "scripts": { "start": "node ./src/index.mjs", "test": "node ./src/index.mjs" }, "author": "rocka.gg#1460", "license": "ISC", "dependencies": { "axios": "^0.21.1", "colors": "^1.4.0", "commander": "^10.0.0", "fs": "^0.0.1-security", "inquirer": "^8.1.1", "path": "^0.12.7" }, "bin": { "papermc-downloader": "./src/index.mjs" }, "bugs": { "url": "https://github.com/Utmite/paper-downloader/issues" }, "homepage": "https://github.com/Utmite/paper-downloader#readme", "devDependencies": { "@babel/cli": "^7.21.0", "@babel/core": "^7.21.4", "@babel/node": "^7.20.7", "@babel/preset-env": "^7.15.0" }, "keywords": [ "minecraft", "papermc", "download", "cli", "Waterfall", "Travertine", "Velocity", "papermc-downloader", "1.21.x", ".jar", "Folia" ] }