node-red-contrib-rn-combine.../package.json
2023-10-02 21:07:03 +03:00

21 lines
454 B
JSON

{
"name": "node-red-contrib-combined-rn-thermostat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.vvzvlad.xyz/vvzvlad/node-red-contrib-combined-rn-thermostat"
},
"node-red" : {
"nodes": {
"c-thermostat": "c-thermostat.js"
}
},
"author": "vvzvlad",
"license": "ISC"
}