-
-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
72 lines (72 loc) · 1.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "homebridge-miot",
"displayName": "Homebridge Miot",
"version": "1.7.5",
"description": "Homebridge plugin for devices supporting the miot protocol",
"main": "index.js",
"engines": {
"node": "^18.20.4 || ^20.15.1 || ^22",
"homebridge": "^1.6.0 || ^2.0.0-beta.0"
},
"keywords": [
"homebridge-plugin",
"xiaomi",
"miot",
"micloud",
"smartmi",
"fan",
"smart",
"mi",
"zhimi",
"dmaker",
"homekit",
"heater",
"humidifier",
"air purifier",
"air",
"purifier",
"ceiling",
"outlet",
"curtain",
"window",
"gosund",
"dooya",
"vacuum",
"robot",
"cleaner",
"roborock",
"dreame",
"air quality",
"air monitor",
"over",
"air fryer",
"light",
"yeelink"
],
"author": "merdok",
"funding": {
"type": "paypal",
"url": "https://paypal.me/merdokdev"
},
"license": "MIT",
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"node-fetch": "^2.6.7",
"randomstring": "^1.2.1",
"color-convert": "^2.0.1",
"yargs": "^17.3.1",
"chalk": "^4.1.2",
"env-paths": "^2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/merdok/homebridge-miot.git"
},
"bugs": {
"url": "https://github.com/merdok/homebridge-miot/issues"
},
"homepage": "https://github.com/merdok/homebridge-miot#readme",
"bin": {
"miot": "./cli/index.js"
}
}