generated from homebridge/homebridge-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
68 lines (68 loc) · 1.68 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
{
"displayName": "Homebridge LG ThinQ",
"name": "homebridge-lg-thinq",
"version": "1.8.9",
"description": "A Homebridge plugin for controlling/monitoring LG ThinQ device via LG ThinQ platform.",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/nVuln/homebridge-lg-thinq.git"
},
"bugs": {
"url": "https://github.com/nVuln/homebridge-lg-thinq/issues"
},
"engines": {
"node": ">=10.17.0",
"homebridge": ">=1.3.0"
},
"main": "dist/index.js",
"bin": {
"thinq": "./dist/cli.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",
"homekit",
"lg",
"lg-thinq"
],
"devDependencies": {
"@types/node": "^16.4.10",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint": "^7.32.0",
"homebridge": "^1.3.4",
"nodemon": "^2.0.12",
"rimraf": "^3.0.2",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
},
"homepage": "https://github.com/nVuln/homebridge-lg-thinq#readme",
"author": "nVuln",
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"aws-iot-device-sdk": "^2.2.11",
"axios": "^0.21.1",
"axios-retry": "^3.1.9",
"commander": "^8.2.0",
"luxon": "^2.0.1",
"node-forge": "^1.0.0",
"node-persist": "^0.0.11",
"qs": "^6.10.1",
"uuid": "^8.3.2"
},
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/ndhan"
}
]
}