-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
70 lines (70 loc) · 2.08 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
{
"name": "node-red-contrib-ha-mqtt",
"version": "1.2.15",
"description": "Generate MQTT entities in HomeAssistant",
"keywords": [
"node-red",
"ha-mqtt",
"homeassistant",
"home-assistant"
],
"node-red": {
"version": ">=1.3.7",
"nodes": {
"common": "common.js",
"device": "device/device.js",
"discovery": "discovery/discovery.js",
"alarm_control_panel": "alarm_control_panel/alarm_control_panel.js",
"binary_sensor": "binary_sensor/binary_sensor.js",
"button": "button/button.js",
"camera": "camera/camera.js",
"climate": "climate/climate.js",
"cover": "cover/cover.js",
"device_automation": "device_automation/device_automation.js",
"device_tracker": "device_tracker/device_tracker.js",
"event": "event/event.js",
"fan": "fan/fan.js",
"humidifier": "humidifier/humidifier.js",
"image": "image/image.js",
"lawn_mower": "lawn_mower/lawn_mower.js",
"light": "light/light.js",
"lock": "lock/lock.js",
"number": "number/number.js",
"notify": "notify/notify.js",
"scene": "scene/scene.js",
"select": "select/select.js",
"sensor": "sensor/sensor.js",
"siren": "siren/siren.js",
"switch": "switch/switch.js",
"tag": "tag/tag.js",
"text": "text/text.js",
"update": "update/update.js",
"vacuum": "vacuum/vacuum.js",
"valve": "valve/valve.js",
"water_heater": "water_heater/water_heater.js"
}
},
"engines": {
"node": ">=12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaonianzhentan/node-red-contrib-ha-mqtt.git"
},
"author": "shaonianzhentan",
"license": "ISC",
"bugs": {
"url": "https://github.com/shaonianzhentan/node-red-contrib-ha-mqtt/issues"
},
"homepage": "https://github.com/shaonianzhentan/node-red-contrib-ha-mqtt#readme",
"dependencies": {
"gcoord": "^1.0.5",
"node-pinyin": "^0.2.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}