UNPKG

spotify-node-wrapper

Version:

A simplified interface to interact with the Spotify Web API.

35 lines (34 loc) 809 B
{ "name": "spotify-node-wrapper", "version": "2.5.0", "description": "A simplified interface to interact with the Spotify Web API.", "main": "index.js", "type": "module", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/Saurinpatel20/Spotify-Node-Wrapper.git" }, "keywords": [ "Spotify", "SpotifyAPI", "Nodejs", "API", "fetch" ], "author": "Saurin Patel", "license": "ISC", "bugs": { "url": "https://github.com/Saurinpatel20/Spotify-Node-Wrapper/issues" }, "homepage": "https://github.com/Saurinpatel20/Spotify-Node-Wrapper#readme", "dependencies": { "node-fetch": "^3.3.2" }, "devDependencies": { "dotenv": "^16.3.1", "mocha": "^10.2.0" } }