fuzzsoma/package.json
2023-12-25 14:38:49 +01:00

18 lines
356 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": {
"xml2js": "^0.6.2"
}
}