{
    "name": "adb-sh-spotify-api.js",
    "version": "9.2.3",
    "description": "A complete node js wrapper of spotify api with oauth support",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/spotify-api/spotify-api.js"
    },
    "homepage": "https://github.com/spotify-api/spotify-api.js#readme",
    "readme": "https://github.com/spotify-api/spotify-api.js#readme",
    "keywords": [
        "spotify",
        "spotify.js",
        "spotifyapi",
        "spotify-api",
        "spotify-oauth",
        "spotify-api.js",
        "spotify-api-wrapper"
    ],
    "author": "Abh80",
    "license": "MIT",
    "dependencies": {
        "axios": "^0.27.2",
        "spotify-types": "^1.0.0"
    },
    "devDependencies": {
        "@types/node": "18.6.2",
        "express": "^4.17.1",
        "typedoc": "^0.23.7",
        "typescript": "^4.3.5"
    },
    "scripts": {
        "docs": "npx typedoc --entryPoints src/index.ts --json docs/docs.json",
        "docs:types": "npx typedoc --entryPoints apiTypes/typings/index.d.ts --json docs/typings.json",
        "build": "npx tsc --project tsconfig.json",
        "build:types": "cd apiTypes && npx tsc --project tsconfig.json",
        "test": "node test"
    }
}
