generated from homebridge/homebridge-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
85 lines (85 loc) · 1.77 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
79
80
81
82
83
84
85
{
"displayName": "Homebridge Blinds Connector",
"name": "homebridge-connector-hub",
"version": "1.1.7",
"description": "A Homebridge plugin to expose Connector+ compatible blinds, curtains, awnings etc to Homekit",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/gormanb/homebridge-connector-hub.git"
},
"bugs": {
"url": "https://github.com/gormanb/homebridge-connector-hub/issues"
},
"engines": {
"node": ">=14.18.1",
"homebridge": ">=1.3.5"
},
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/**.ts --max-warnings=0",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run lint && npm run build"
},
"keywords": [
"homebridge-plugin",
"dooya",
"ningbo",
"dd7002B",
"dd1554",
"1554A00",
"cm-20",
"cmd-01",
"amp",
"motorization",
"bliss",
"automation",
"alta",
"bloc",
"brel",
"3 day",
"diaz",
"gaviota",
"havana",
"hurrican",
"inspired",
"ismartwindow",
"martec",
"motion",
"coulisse",
"raven rock",
"screenaway",
"smart",
"home",
"uprise",
"blind",
"shade",
"curtain",
"awning",
"gate",
"window",
"covering",
"homekit",
"connector",
"connector+",
"connector plus",
"motor",
"talks"
],
"dependencies": {
"dgram-as-promised": "^5.0.1",
"aes-js": "^3.1.2"
},
"devDependencies": {
"@types/node": "^16.10.9",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
"homebridge": "^1.3.5",
"nodemon": "^3.0.1",
"rimraf": "^3.0.2",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
}
}