forked from homebridge/ffmpeg-for-homebridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1018 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
38
39
40
41
42
43
44
{
"name": "ffmpeg-for-homebridge",
"version": "2.1.1",
"description": "Static FFmpeg binaries for Homebridge with support for audio (libfdk-aac) and hardware encoding (h264_v4l2m2m and h264_qsv).",
"author": {
"name": "The Homebridge Team",
"url": "https://github.com/homebridge"
},
"homepage": "https://github.com/homebridge/ffmpeg-for-homebridge#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/homebridge/ffmpeg-for-homebridge.git"
},
"bugs": {
"url": "https://github.com/homebridge/ffmpeg-for-homebridge/issues"
},
"engines": {
"node": ">=18"
},
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"install": "node install.js"
},
"files": [
"install.js",
"index.js",
"index.d.ts"
],
"keywords": [
"homebridge",
"ffmpeg",
"camera",
"homekit",
"audio",
"libfdk-aac",
"h264_omx"
],
"dependencies": {
"dotenv": "^16.3.1",
"simple-get": "^4.0.1",
"tar": "^6.2.0"
}
}