node-red-contrib-shelly
Version:
32 lines (31 loc) • 719 B
JSON
{
"name": "node-red-contrib-shelly",
"version": "11.2.0",
"description": "Shelly nodes.",
"node-red": {
"version": ">=3.0.0",
"nodes": {
"shelly": "shelly/99-shelly.js"
}
},
"engines": {
"node": ">=16.0.0"
},
"keywords": [
"node-red",
"shelly"
],
"repository": {
"type": "git",
"url": "https://github.com/windkh/node-red-contrib-shelly"
},
"author": "Karl-Heinz Wind",
"license": "MIT",
"dependencies": {
"axios": "^1.7.7",
"axios-rate-limit": "^1.4.0",
"crypto": "^1.0.1",
"fastify": "^4.28.1",
"path": "^0.12.7"
}
}