forked from NorDroN/homebridge-wideq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 775 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
{
"name": "homebridge-wideq",
"version": "0.1.8",
"description": "WideQ for Homebridge",
"author": "NorDroN",
"keywords": [
"homebridge",
"homebridge-plugin",
"homebridge-wideq",
"wideq",
"smartthinq",
"lg"
],
"repository": {
"type": "git",
"url": "https://github.com/NorDroN/homebridge-wideq"
},
"bugs": {
"url": "https://github.com/NorDroN/homebridge-wideq/issues"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"wideq": "^1.1.1"
},
"devDependencies": {
"@types/uuid": "^3.4.6",
"tslint": "^5.20.1",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"engines": {
"node": ">=4.3.2",
"homebridge": ">=0.4.8"
}
}