Files
openhab-importer/package.json

18 lines
454 B
JSON

{
"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": {
"app": "tsx src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bartłomiej Pluta",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.9.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
}
}