spotify-lens
Version:
A enhanced wrapper for Spotify-api. It provides a simple api to the data otherwise have to be computed. It also provides a cli playback control and data export
37 lines • 945 B
JSON
{
"name": "spotify-lens",
"version": "3.0.2",
"description": "A enhanced wrapper for Spotify-api. It provides a simple api to the data otherwise have to be computed. It also provides a cli playback control and data export",
"main": "index.js",
"scripts": {
"start": "node run.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Zhongyuan Jin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jzyxyz/SpotifyLens.git"
},
"keywords": [
"spotify",
"spotify-api",
"cli",
"spotify-data",
"api",
"spotify-wrapper"
],
"dependencies": {
"chalk": "^2.4.2",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"inquirer": "^7.0.0",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"open": "^6.4.0",
"promise.allsettled": "^1.0.1",
"spotify-web-api-node": "^4.0.0"
}
}