UNPKG

matterbridge-bthome

Version:
84 lines (83 loc) 1.75 kB
{ "name": "matterbridge-bthome", "version": "1.1.0", "description": "Matterbridge BTHome plugin", "author": "https://github.com/Luligu", "license": "Apache-2.0", "homepage": "https://www.npmjs.com/package/matterbridge-bthome", "repository": { "type": "git", "url": "git+https://github.com/Luligu/matterbridge-bthome.git" }, "bugs": { "url": "https://github.com/Luligu/matterbridge-bthome/issues" }, "funding": { "type": "buymeacoffee", "url": "https://www.buymeacoffee.com/luligugithub" }, "keywords": [ "shelly", "matterbridge", "homebridge", "bridge", "plugin", "frontend", "matterbridge", "matter.js", "matter-node.js", "matter", "matterprotocol", "iot", "smarthome", "connectedthings", "hap", "homekit", "siri", "google-home", "alexa", "homeassistant", "smartthings", "ewelink", "BTHome", "ble", "BLU", "Bluetooth", "BluetoothLowEnergy", "BluetoothLE", "BluetoothLEAdvertising", "BluetoothLEScan", "childbridge", "hass", "hassio", "gladysassistant" ], "type": "module", "main": "dist/module.js", "types": "dist/module.d.ts", "exports": { ".": { "import": "./dist/module.js", "types": "./dist/module.d.ts" } }, "engines": { "node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0 || >=26.0.0 <27.0.0" }, "bin": { "bthome": "./bin/bthome.js" }, "files": [ "bin", "dist", "npm-shrinkwrap.json", "CHANGELOG.md", "*.config.json", "*.schema.json" ], "dependencies": { "@stoprocent/noble": "2.5.3", "node-ansi-logger": "3.2.1", "node-persist-manager": "2.0.2" } }