{
    "name": "@deansel/minyami",
    "version": "4.8.4",
    "description": "",
    "main": "dist/exports.js",
    "types": "dist/exports.d.ts",
    "repository": {
        "type": "git",
        "url": "https://github.com/Last-Order/Minyami"
    },
    "scripts": {
        "build": "tsc --newLine lf",
        "lint": "prettier ./src/**/* --check",
        "lint-fix": "prettier ./src/**/* --write",
        "prepare": "husky install"
    },
    "bin": {
        "minyami": "./dist/index.js"
    },
    "files": [
        "/dist/"
    ],
    "engines": {
        "node": "~12 || ~14 || ~16 || ~17"
    },
    "author": {
        "email": "sora@sound.moe",
        "name": "Eridanus Sora"
    },
    "license": "GPL-3.0-or-later",
    "dependencies": {
        "@eridanussora/reconnecting-websocket": "^4.4.2",
        "agent-base": "^6.0.2",
        "await-timeout": "^1.1.1",
        "axios": "^0.27.2",
        "chalk": "^2.4.2",
        "cli-progress": "^3.10.0",
        "crypto-js": "^3.3.0",
        "erii": "^2.0.3",
        "fluent-ffmpeg": "^2.1.2",
        "https-proxy-agent": "^5.0.0",
        "socks-proxy-agent": "^6.1.0",
        "ws": "^7.4.6"
    },
    "devDependencies": {
        "@types/await-timeout": "^0.3.1",
        "@types/fluent-ffmpeg": "^2.1.20",
        "@types/node": "^16.11.58",
        "husky": "^7.0.2",
        "lint-staged": "^11.1.2",
        "prettier": "^2.3.2",
        "typescript": "^4.4.2"
    },
    "lint-staged": {
        "./src/**/*.ts": "npm run lint"
    }
}