commit 50c1d4aeda5a5046dfcc36679a877db3eb427795 Author: vvzvlad Date: Mon Oct 2 21:02:53 2023 +0300 add package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..29a7f9c --- /dev/null +++ b/package.json @@ -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" +}