UNPKG

node-red-contrib-zwave-js

Version:

The most powerful, high performing and highly polished Z-Wave node for Node-RED based on Z-Wave JS. If you want a fully featured Z-Wave framework in your Node-RED instance, you have found it.

70 lines 1.76 kB
{ "name": "node-red-contrib-zwave-js", "version": "11.0.1", "license": "MIT", "type": "commonjs", "description": "The most powerful, high performing and highly polished Z-Wave node for Node-RED based on Z-Wave JS. If you want a fully featured Z-Wave framework in your Node-RED instance, you have found it.", "dependencies": { "mermaid": "^11.14.0", "qr-scanner": "1.4.2", "zwave-js": "^15.22.5", "svg-pan-zoom": "3.6.2", "handlebars": "^4.7.9" }, "devDependencies": { "eslint": "^9.35.0", "prettier": "^3.8.1" }, "scripts": { "lint-check": "./node_modules/.bin/eslint . --quiet", "lint-check-all": "./node_modules/.bin/eslint ." }, "engines": { "node": ">=20.0.0" }, "keywords": [ "node-red", "zwave", "zwave-js", "controller", "smart", "automation", "home-automation", "home" ], "node-red": { "version": ">=3.0.0", "nodes": { "zwavejs-runtime": "nodes/ZWaveJSRuntime.js", "zwavejs-controller": "nodes/ZWaveJSController.js", "zwavejs-device": "nodes/ZWaveJSDevice.js", "zwavejs-splitter": "nodes/ZWaveJSSplitter.js", "zwavejs-factory": "nodes/ZWaveJSFactory.js" }, "plugins": { "zwavejs-uibootstrap": "plugins/ZWaveJSUIBootstrap.js" } }, "repository": { "type": "git", "url": "git+https://github.com/zwave-js/node-red-contrib-zwave-js.git" }, "author": { "name": "Marcus Davies", "email": "marcus.davies83@icloud.com" }, "contributors": [ { "name": "hufftheweevil (Justin)", "url": "https://github.com/hufftheweevil" }, { "name": "crxporter", "url": "https://github.com/crxporter" } ], "bugs": { "url": "https://github.com/zwave-js/node-red-contrib-zwave-js/issues" }, "homepage": "https://github.com/zwave-js/node-red-contrib-zwave-js#readme" }