-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1017 Bytes
/
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
{
"name": "zigbee2mqtt-automations",
"version": "1.0.10",
"description": "Automations extension for zigbee2mqtt",
"author": "Luligu",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Luligu/zigbee2mqtt-automations"
},
"keywords": [
"bridge",
"zigbee",
"mqtt",
"mqtt-accessories",
"zigbee2mqtt",
"zigbee-herdsman",
"zigbee-herdsman-converters",
"frontend",
"automations",
"extensions",
"automation",
"extension"
],
"bugs": {
"url": "https://github.com/Luligu/zigbee2mqtt-automations/issues"
},
"homepage": "https://github.com/Luligu/zigbee2mqtt-automations#readme",
"devDependencies": {
"@types/node": "^18.17.1",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"typescript": "^5.0.4",
"zigbee2mqtt": "^1.33.1"
},
"scripts": {
"start": "tsc --watch",
"build": "tsc"
}
}