21 lines
501 B
JSON
21 lines
501 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"
|
|
},
|
|
"dependencies": {
|
|
"mqtt": "^5.10.1"
|
|
}
|
|
}
|