This commit is contained in:
He4eT 2023-12-25 14:23:36 +01:00
commit fce5f04a1f
2 changed files with 18 additions and 0 deletions

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"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"
}