xmihome-devices
Version:
Device definitions and specifications for the node-xmihome ecosystem.
31 lines (30 loc) • 549 B
JSON
{
"name": "xmihome-devices",
"version": "1.5.0",
"private": false,
"type": "module",
"description": "Device definitions and specifications for the node-xmihome ecosystem.",
"exports": {
".": "./src/index.js",
"./*": "./src/*"
},
"files": [
"./src/"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/alex2844/node-xmihome.git",
"directory": "packages/devices"
},
"keywords": [
"xmihome",
"xmihome-devices",
"xiaomi",
"mihome",
"miot",
"bluetooth",
"devices",
"smarthome"
]
}