forked from jfarmer08/wyze-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.22 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
{
"name": "wyze-api",
"version": "1.1.2",
"description": "An unoficial API wrapper for Wyze products.",
"homepage": "https://github.com/jfarmer08/wyze-api",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wyze",
"wyze-api",
"api",
"node",
"sensors",
"wyzecam",
"wyze-node",
"wyze bulbs",
"wyze sense"
],
"author": "Allen Farmer",
"license": "MIT",
"dependencies": {
"axios": "1.5.0",
"moment": "2.29.4",
"urllib": "3.18.0",
"crypto-js": "4.1.1",
"utf8": "3.0.0",
"colorsys": "^1.0.22",
"base64-js": "1.5.1",
"querystring": "0.2.1",
"uuid-by-string": "4.0.0",
"@ptkdev/logger": "1.8.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"
}
],
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jfarmer08/wyze-api.git"
},
"bugs": {
"url": "https://github.com/jfarmer08/wyze-api/issues"
}
}