mirror of
https://github.com/He4eT/fuzzsoma.git
synced 2026-05-04 17:27:23 +00:00
22 lines
431 B
JSON
22 lines
431 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"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inquirer-search-list": "1.2.6",
|
|
"xml2js": "0.6.2"
|
|
}
|
|
}
|