-
Notifications
You must be signed in to change notification settings - Fork 104
/
package.json
78 lines (78 loc) · 1.68 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
73
74
75
76
77
78
{
"name": "homebridge-mqttthing",
"version": "1.1.47",
"description": "Homebridge plugin supporting various services over MQTT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "homebridge -P . -U test"
},
"engines": {
"homebridge": "^1.3.5",
"node": "^16.10.0 || ^18.12.0 || ^20.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arachnetech/homebridge-mqttthing.git"
},
"keywords": [
"homebridge-plugin",
"MQTT",
"homekit",
"Siri",
"IoT",
"ESPurna",
"tasmota",
"light",
"light bulb",
"switch",
"outlet",
"motion sensor",
"occupancy sensor",
"light sensor",
"contact sensor",
"doorbell",
"smoke sensor",
"security system",
"humidity sensor",
"temperature sensor",
"garage door",
"stateless programmable switch",
"fan",
"fanv2",
"microphone",
"speaker",
"window covering",
"blind",
"leak sensor",
"lock mechanism",
"lock",
"window",
"door",
"air quality sensor",
"carbondioxide sensor",
"air pressure sensor",
"weather station",
"valve",
"sprinkler",
"shower",
"faucet",
"thermostat",
"heater cooler",
"irrigation system",
"air purifier",
"dehumidifier"
],
"author": "David Miller",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/arachnetech/homebridge-mqttthing/issues"
},
"homepage": "https://github.com/arachnetech/homebridge-mqttthing#readme",
"dependencies": {
"fakegato-history": "^0.6.2",
"homebridge-lib": "^6.0.1",
"jsonpath": "^1.1.1",
"mqtt": "^4.3.2"
}
}