fuzzsoma/package.json

19 lines
394 B
JSON

{
"name": "fuzzsoma",
"version": "1.0.0",
"description": "SomaFM CLI station-selector",
"main": "index.js",
"scripts": {
"start": "./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "He4eT",
"bin": {
"fuzzsoma": "./index.js"
},
"license": "MIT",
"dependencies": {
"inquirer-search-list": "^1.2.6",
"xml2js": "^0.6.2"
}
}