fuzzsoma/package.json
2023-12-25 14:23:36 +01:00

15 lines
308 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"
}