spotifydatacli
Version:
SpotifyDataCLI is a command-line interface (CLI) tool that allows users to access thier Top Songs and Artists in 3 Categories . Developed by Vishal Pal, this tool is built using Node.js. SpotifyDataCLI relies on a number of popular Node.js packages, inclu
47 lines (45 loc) • 1.65 kB
JSON
{
"name": "spotifydatacli",
"version": "1.0.1",
"description": "SpotifyDataCLI is a command-line interface (CLI) tool that allows users to access thier Top Songs and Artists in 3 Categories . Developed by Vishal Pal, this tool is built using Node.js. SpotifyDataCLI relies on a number of popular Node.js packages, including Axios, Chalk, Inquirer, and Express. These dependencies enable the tool to perform a range of functions, such as making HTTP requests to the Spotify API, displaying colorful output in the terminal, and handling user input. Whether you are a casual listener or a power user, this CLI tool is an excellent way to discover which songs you are obsessed with.",
"type": "module",
"main": "./bin/SpotifyDataCLI",
"bin": {
"spotifydatacli": "./bin/SpotifyDataCLI.js"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start":"node ./bin/SpotifyDataCLI"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vishalqw78/SpotifyDataCLI.git"
},
"keywords": [
"Spotify",
"cli",
"spotifydata",
"spotifyapi"
],
"author": "Vishal Pal",
"license": "MIT",
"dependencies": {
"axios": "^1.3.4",
"chalk": "^5.2.0",
"chalk-animation": "^2.0.3",
"express": "^4.18.2",
"figlet": "^1.5.2",
"fs": "^0.0.1-security",
"gradient-string": "^2.0.2",
"inquirer": "^9.1.5",
"nanospinner": "^1.1.0",
"open": "^9.1.0"
},
"bugs": {
"url": "https://github.com/Vishalqw78/SpotifyDataCLI/issues"
},
"homepage": "https://github.com/Vishalqw78/SpotifyDataCLI#readme"
}