forked from nVuln/homebridge-lg-thinq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.67 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
{
"displayName": "Homebridge rfontes LG ThinQ",
"name": "@rfontes_4real/homebridge-rfontes-lg-thinq",
"version": "1.3.0",
"description": "A Homebridge plugin for controlling/monitoring LG ThinQ device via LG ThinQ platform.",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/fontesrp/homebridge-lg-thinq.git"
},
"bugs": {
"url": "https://github.com/fontesrp/homebridge-lg-thinq/issues"
},
"engines": {
"node": ">=16.0.0",
"homebridge": ">=1.3.0"
},
"main": "dist/index.js",
"bin": {
"thinq": "./dist/cli.js"
},
"scripts": {
"lint": "eslint src/**.ts",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run lint && npm run build"
},
"keywords": [
"homebridge-plugin",
"homekit",
"lg",
"lg-thinq"
],
"devDependencies": {
"@tsconfig/node16-strictest-esm": "^1.0.3",
"@types/node": "^16.4.10",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "^8.36.0",
"homebridge": "^1.6.0",
"nodemon": "^2.0.21",
"rimraf": "^4.4.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"homepage": "https://github.com/fontesrp/homebridge-lg-thinq#readme",
"author": "Rodrigo Fontes",
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"aws-iot-device-sdk": "^2.2.12",
"axios": "^1.3.4",
"axios-retry": "^3.4.0",
"commander": "^10.0.0",
"luxon": "^3.3.0",
"node-forge": "^1.3.1",
"node-persist": "^3.1.3",
"qs": "^6.11.1",
"uuid": "^9.0.0"
},
"type": "module"
}