Initial WLED CLI
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "@space/wled-cli",
|
||||
"version": "0.1.0",
|
||||
"description": "Tiny CLI for controlling WLED devices",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"wled": "./bin/wled.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node ./bin/wled.js --help"
|
||||
},
|
||||
"keywords": [
|
||||
"wled",
|
||||
"cli",
|
||||
"led"
|
||||
],
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user