19 lines
310 B
JSON
19 lines
310 B
JSON
{
|
|
"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"
|
|
}
|