{
    "name": "papermc-api",
    "version": "1.1.5-1",
    "description": "Its a PaperMC Downloads API client for node.js.",
    "main": "./dist/main.js",
    "author": "veguidev",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/VeguiDev/papermc-api/issues"
    },
    "bin": {
        "papercli": "./dist/cli/cli.js"
    },
    "repository": "github:VeguiDev/papermc-api",
    "keywords": [
        "papermc",
        "api-client",
        "minecraft",
        "download",
        "cli",
        "waterfall",
        "velocity"
    ],
    "scripts": {
        "build": "tsc",
        "prepare": "npm run build",
        "test": "node ./dist/main.js"
    },
    "files": [
        "dist/**/*"
    ],
    "dependencies": {
        "axios": "^0.27.2",
        "chalk": "^4.1.2",
        "commander": "^9.4.0",
        "inquirer": "^8.0.0",
        "jest": "^28.1.3",
        "progress": "^2.0.3"
    },
    "devDependencies": {
        "@types/inquirer": "^9.0.1",
        "@types/progress": "^2.0.5",
        "mocha": "^10.0.0",
        "nodemon": "^2.0.16",
        "ts-node": "^10.8.0",
        "typescript": "^4.7.2"
    }
}