{
  "name": "enhanced-spotify-api",
  "version": "1.1.9",
  "description": "Object-oriented library to work with Spotify's API. Includes wrapper for regular endpoints and additional functionality and grouping of requests.",
  "main": "src/index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andyruwruw/enhanced-spotify-api.git"
  },
  "keywords": [
    "spotify",
    "api",
    "music",
    "spotify-api",
    "spotify-data",
    "spotify-wrapper"
  ],
  "author": "Andrew Young",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andyruwruw/enhanced-spotify-api/issues"
  },
  "homepage": "http://enhancedspotifyapi.com",
  "directories": {
    "src": "src",
    "test": "test"
  },
  "dependencies": {
    "fs": "0.0.1-security",
    "path": "^0.12.7",
    "spotify-web-api-node": "5.0.0",
    "superagent": "^6.0.0"
  },
  "devDependencies": {
    "eslint": "^7.7.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.22.0",
    "jest": "^26.4.2",
    "nock": "^13.0.4",
    "sinon": "^9.0.3"
  }
}
