matterbridge-test
Version:
Matterbridge test plugin
74 lines (73 loc) • 1.53 kB
JSON
{
"name": "matterbridge-test",
"version": "2.0.17",
"description": "Matterbridge test plugin",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
"homepage": "https://www.npmjs.com/package/matterbridge-test",
"type": "module",
"main": "dist/module.js",
"types": "dist/module.d.ts",
"exports": {
".": {
"import": "./dist/module.js",
"types": "./dist/module.d.ts"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Luligu/matterbridge-test.git"
},
"bugs": {
"url": "https://github.com/Luligu/matterbridge-test/issues"
},
"funding": {
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/luligugithub"
},
"keywords": [
"matterbridge",
"homebridge",
"matter",
"matter.js",
"matterprotocol",
"iot",
"smarthome",
"connectedthings",
"tahoma",
"shelly",
"test",
"homebridge",
"bridge",
"plugin",
"frontend",
"matter-node.js",
"hap",
"homekit",
"siri",
"google-home",
"alexa",
"homeassistant",
"smartthings",
"ewelink",
"childbridge",
"hass",
"hassio",
"gladysassistant"
],
"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"
},
"files": [
"bin",
"dist",
"npm-shrinkwrap.json",
"CHANGELOG.md",
"*.config.json",
"*.schema.json"
],
"dependencies": {
"node-ansi-logger": "3.2.1",
"node-persist-manager": "2.0.2"
}
}