mirror of
https://github.com/He4eT/fuzzsoma.git
synced 2026-05-05 01:37:22 +00:00
Init
This commit is contained in:
commit
fce5f04a1f
2 changed files with 18 additions and 0 deletions
3
index.js
Executable file
3
index.js
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env node
|
||||||
|
|
||||||
|
console.log(1234)
|
||||||
15
package.json
Normal file
15
package.json
Normal 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"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue