-
-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
77 lines (77 loc) · 1.99 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
69
70
71
72
73
74
75
76
77
{
"name": "homebridge-camera-ui",
"version": "5.0.27",
"description": "User Interface for RTSP capable cameras with HSV support.",
"author": "SeydX (https://github.com/SeydX/homebridge-camera-ui)",
"scripts": {
"build": "npm run build --prefix homebridge-ui/ui",
"lint": "concurrently \"npm run lint:homebridge-ui\" \"npm run lint:plugin\"",
"lint:homebridge-ui": "npm run lint --prefix homebridge-ui/ui",
"lint:plugin": "eslint --fix .",
"watch": "npm run serve --prefix homebridge-ui/ui",
"prepublishOnly": "npm i --package-lock-only && npm run lint && npm run build"
},
"main": "index.js",
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"camera.ui": "^1.1.17",
"ffmpeg-for-homebridge": "0.0.9",
"fs-extra": "10.1.0",
"pick-port": "^1.0.0"
},
"devDependencies": {
"@babel/core": "7.17.9",
"@babel/eslint-parser": "7.17.0",
"@babel/eslint-plugin": "7.17.7",
"concurrently": "7.1.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unicorn": "^42.0.0",
"prettier": "^2.6.2"
},
"bugs": {
"url": "https://github.com/SeydX/homebridge-camera-ui/issues"
},
"engines": {
"node": ">=14.18.2",
"homebridge": "^1.4.0"
},
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/seydx"
},
{
"type": "kofi",
"url": "https://ko-fi.com/seydx"
},
{
"type": "github",
"url": "https://github.com/sponsors/SeydX"
}
],
"homepage": "https://github.com/SeydX/homebridge-camera-ui#readme",
"keywords": [
"camera",
"homebridge-plugin",
"motion",
"detection",
"ui",
"rekognition",
"aws",
"interface",
"webapp",
"hsv",
"homekit",
"secure",
"video"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SeydX/homebridge-camera-ui.git"
},
"type": "module"
}