-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
65 lines (65 loc) · 1.55 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
{
"name": "homebridge-wyze-smart-home",
"version": "0.5.47",
"description": "Wyze Smart Home plugin for Homebridge",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"lint": "eslint src/**.js --max-warnings=0",
},
"keywords": [
"homebridge-plugin",
"Wyze",
"Hoobs"
],
"homepage": "http://github.com/jfarmer08/homebridge-wyze-smart-home",
"repository": {
"type": "git",
"url": "git://github.com/jfarmer08/homebridge-wyze-smart-home.git"
},
"bugs": {
"url": "http://github.com/jfarmer08/homebridge-wyze-smart-home/issues"
},
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1"
},
"dependencies": {
"axios": "^1.5.0",
"base64-js": "1.5.1",
"colorsys": "^1.0.22",
"crypto-js": "4.2.0",
"homebridge-config-ui-x": "^4.56.4",
"inherits": "2.0.4",
"md5": "^2.2.1",
"moment": "2.29.4",
"querystring": "0.2.1",
"urllib": "3.18.0",
"utf8": "^3.0.0",
"uuid": "8.3.2",
"uuid-by-string": "4.0.0",
"wyze-api": "1.1.7",
"aws-sdk": "2.1679.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"homebridge": "^2.0.0-beta.0"
},
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/AllenFarmer"
},
{
"type": "venmo",
"url": "https://venmo.com/u/Allen-Farmer"
},
{
"type": "cashApp",
"url": "https://cash.app/$Jfamer08"
}
]
}