{
    "name": "llyrics",
    "version": "1.2.5",
    "description": "A simple package to fetch lyrics from Genius API",
    "main": "dist/src/index.js",
    "types": "dist/src/index.d.ts",
    "module": "dist/src/index.mjs",
    "files": [
        "dist"
    ],
    "scripts": {
        "format": "prettier --write ./src/index.ts",
        "lint": "eslint src --ext .ts",
        "build": "rimraf dist && tsc && gen-esm-wrapper dist/src/index.js dist/src/index.mjs",
        "docs": "ts-docs",
        "fix": "eslint src --ext .ts --fix",
        "test": "ts-node ./test/index.test.ts"
    },
    "author": "LewdHuTao",
    "license": "ISC",
    "repository": {
        "type": "git",
        "url": "https://github.com/shittybot/llyrics.git"
    },
    "keywords": [
        "lyrics finder",
        "lyrics",
        "discord bot",
        "discord.js",
        "genius api",
        "musixmatch",
        "youtube lyrics"
    ],
    "bugs": {
        "url": "https://github.com/shittybot/llyrics/issues"
    },
    "homepage": "https://github.com/shittybot/llyrics#readme",
    "devDependencies": {
        "@types/node": "^24.2.1",
        "@typescript-eslint/eslint-plugin": "^8.39.1",
        "@typescript-eslint/parser": "^8.39.1",
        "dotenv": "^17.2.1",
        "eslint": "^9.33.0",
        "gen-esm-wrapper": "^1.1.3",
        "prettier": "^3.6.2",
        "rimraf": "^6.0.1",
        "ts-node": "^10.9.2",
        "typescript": "^5.9.2"
    },
    "dependencies": {
        "axios": "^1.11.0"
    }
}
