matterbridge-bthome
Version:
Matterbridge BTHome plugin
66 lines (65 loc) • 1.4 kB
JSON
{
"name": "matterbridge-bthome",
"version": "0.0.3",
"description": "Matterbridge BTHome plugin",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
"homepage": "https://www.npmjs.com/package/matterbridge-bthome",
"type": "module",
"main": "dist/index.js",
"bin": {
"bthome": "./bin/bthome.js"
},
"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"
],
"engines": {
"node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0"
},
"dependencies": {
"@stoprocent/noble": "2.3.0",
"node-ansi-logger": "3.0.1",
"node-persist-manager": "1.0.8",
"rimraf": "6.0.1"
}
}