-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.07 KB
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
{
"name": "homebridge-kasa-cam",
"version": "0.5.2",
"description": "HomeKit on/off (privacy) control for TP-Link Kasa cameras (EC70, KC-series, etc.). Reads state locally over UDP; writes via the reverse-engineered Tapo cloud passthrough API, since current Kasa camera firmware has no local control path.",
"main": "index.js",
"author": "rajkumaar23",
"license": "MIT",
"scripts": {
"test": "node --check index.js && node --check lib/tplink.js && node --check lib/streaming.js && node --check lib/recording.js"
},
"engines": {
"homebridge": ">=1.6.0",
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rajkumaar23/homebridge-kasa-cam.git"
},
"bugs": {
"url": "https://github.com/rajkumaar23/homebridge-kasa-cam/issues"
},
"homepage": "https://github.com/rajkumaar23/homebridge-kasa-cam#readme",
"files": [
"index.js",
"lib/",
"config.schema.json"
],
"keywords": [
"homebridge-plugin",
"kasa",
"tplink",
"tapo",
"camera",
"ec70",
"privacy"
],
"dependencies": {}
}