add package.json

This commit is contained in:
vvzvlad 2023-10-02 21:02:53 +03:00
commit 50c1d4aeda

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "node-red-contrib-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-thermostat"
},
"author": "",
"license": "ISC"
}