UNPKG

homebridge-smartsystem

Version:

SmartServer (Proxy TCP sockets to the cloud, Smappee MQTT, Duotecno IP Nodes, Homekit interface)

56 lines (55 loc) 1.47 kB
{ "name": "homebridge-smartsystem", "displayname": "Duotecno Bridge", "version": "7.1.2", "description": "SmartServer (Proxy TCP sockets to the cloud, Smappee MQTT, Duotecno IP Nodes, Homekit interface)", "main": "index.js", "author": "Johan Coppieters", "homepage": "http://www.duotecno.be", "license": "ISC", "scripts": { "start": "DEBUG=* homebridge -D -P '/Users/johan/Development/duotecno/smartsocket'", "watch": "npx tsc --build . --watch", "build": "npx tsc --build", "unpublish": "npm unpublish --force homebridge-smartsystem@6.8.17", "prepublishOnly": "npm run build", "to-publish": "npm publish" }, "engines": { "node": "^18.20.4 || ^20.15.1 || ^22", "homebridge": "^1.6.0 || ^2.0.0-beta.0" }, "keywords": [ "websockets", "TCP", "sockets", "proxy", "duotecno", "homebridge", "homebridge-plugin", "openHAB", "Somfy" ], "repository": { "type": "git", "url": "https://github.com/jcoppieters/smartsocket.git" }, "dependencies": { "bonjour-service": "^1.3.0", "ejs": "^3.1.7", "mime-types": "^2.1.25", "mqtt": "^4.3.7", "multicast-dns": "^7.2.5", "node-fetch": "^3.2.4", "rpi-gpio": "^2.1.7", "ws": "^7.4.6" }, "devDependencies": { "@types/bonjour": "^3.5.13", "@types/mime-types": "^2.1.0", "@types/node": "^16.10.9", "@types/ws": "^6.0.4", "homebridge": "^1.3.9", "typescript": "^4.7.4" } }