{
    "name": "lunify.js",
    "version": "0.2.3",
    "author": "Luna Seemann <luna@wamellow.com> (https://shi.gg)",
    "repository": {
        "type": "git",
        "url": "https://github.com/shi-gg/lunify.js"
    },
    "main": "dist/lib/index.js",
    "devDependencies": {
        "@mwlica/eslint": "^1.1.3",
        "@types/node": "^25.2.1",
        "eslint": "^9.39.2",
        "typescript": "^5.9.3",
        "typescript-eslint": "^8.54.0"
    },
    "description": "A basic api wrapper for the spotify api covering the oauth routes.",
    "files": [
        "/dist"
    ],
    "keywords": [
        "spotify",
        "api",
        "wrapper",
        "stats.fm",
        "spotify.js",
        "last.fm",
        "oauth2",
        "music"
    ],
    "license": "GPL-3.0",
    "scripts": {
        "build": "rm -rf ./dist && tsc"
    },
    "types": "dist/lib/index.d.ts",
    "url": "https://github.com/shi-gg/lunify.js"
}