spotify-cli-util
Version:
A simple command line utility for controlling any Spotify client.
41 lines (40 loc) • 766 B
JSON
{
"name": "spotify-cli-util",
"version": "0.2.4",
"description": "",
"main": "bin/index.js",
"bin": {
"spotify": "bin/index.js"
},
"scripts": {
"dev": "node --watch bin/index.js",
"start": "node bin/index.js",
"watch": "tsc --watch",
"dev2": "tsc && node bin/index.js"
},
"keywords": [
"spotify",
"cli",
"util",
"spotify-cli-util",
"command line tool",
"spotify-cli",
"spotify dev tools"
],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^18.11.18",
"chalk": "^4.1.2",
"commander": "^10.0.0",
"conf": "^10.0.1",
"dotenv": "^16.0.3",
"open": "^8.4.0",
"terminal-link": "1.3.0"
},
"devDependencies": {
"@types/got": "^9.6.12",
"@types/terminal-link": "^1.2.0",
"typescript": "^4.9.4"
}
}