node-red-contrib-rn-combine.../package.json
2023-10-05 23:42:15 +03:00

25 lines
540 B
JSON

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