forked from eu-evops/homebridge-hikvision
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 948 Bytes
/
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
{
"name": "@evops/homebridge-hikvision",
"version": "1.0.17",
"main": "dist/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/eu-evops/homebridge-hikvision"
},
"dependencies": {
"axios-digest": "^0.1.1",
"highland": "^2.13.5",
"homebridge-camera-ffmpeg": "^3.1.4",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/highland": "^2.12.10",
"@types/node": "^14.0.12",
"@types/node-persist": "^3.0.0",
"@types/xml2js": "^0.4.5",
"homebridge": "^1.1.3",
"rimraf": "^3.0.2",
"typescript": "^4.0.2"
},
"scripts": {
"build": "rimraf ./dist && tsc",
"start": "npx homebridge -D -I -P . -U .homebridge -Q",
"start-ffmpeg": "npx homebridge -D -I -P ./node_modules/homebridge-camera-ffmpeg -U .homebridge-ffmpeg -Q"
},
"engines": {
"node": ">=10",
"homebridge": ">=1.0.0"
},
"keywords": [
"homebridge-plugin"
]
}