{
    "name": "spotifyx",
    "version": "1.69.420",
    "description": "### **Fast-paced and versatile Spotify API wrapper for Node.**",
    "main": "dist/index.js",
    "scripts": {
        "dev": "nodemon src/index.ts",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [],
    "author": "im-lonely <cursors.dev@gmail.com>",
    "license": "MIT",
    "dependencies": {
        "@aeroware/logger": "^2.8.0",
        "btoa": "^1.2.1",
        "node-fetch": "^2.6.1"
    },
    "devDependencies": {
        "@types/btoa": "^1.2.3",
        "@types/node": "^14.14.37",
        "@types/node-fetch": "^2.5.9",
        "nodemon": "^2.0.7",
        "ts-node": "^9.1.1",
        "typescript": "^4.2.3"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/cursorsdottsx/spotify.git"
    },
    "bugs": {
        "url": "https://github.com/cursorsdottsx/spotify/issues"
    },
    "homepage": "https://github.com/cursorsdottsx/spotify#readme"
}
