Init repo

This commit is contained in:
2024-11-10 18:43:57 +01:00
commit ce3f745f2f
2 changed files with 155 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "openhab-z2m",
"version": "0.0.1",
"description": "Simple tool to push zigbee2mqtt devices (using Exposes MQTT API) to OpenHAB (using REST API)",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bartłomiej Pluta",
"license": "ISC"
}