openhab_rules_tools
Version:
Functions and classes to make writing openHAB rules in JS Scripting easier.
27 lines (26 loc) • 634 B
JSON
{
"name": "openhab_rules_tools",
"version": "2.1.0",
"description": "Functions and classes to make writing openHAB rules in JS Scripting easier.",
"private": false,
"license": "EPL-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rkoshak/openhab-rules-tools.git#main"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"openHAB",
"JSScripting"
],
"author": "Richard Koshak",
"bugs": {
"url": "https://github.com/rkoshak/openhab-rules-tools/issues"
},
"devDependencies": {
"openhab": "^5.11.1"
}
}