-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 974 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
{
"name": "@mediathand/webvtt-stream",
"version": "1.2.0",
"description": "Transform input stream to webvtt",
"main": "lib/index.js",
"scripts": {
"preinstall": "./build.sh",
"test": "lab -f -a @hapi/code -t 94 -L",
"test-cov-html": "lab -f -a @hapi/code -r html -o coverage.html"
},
"bin": {
"telxcc": "./telxcc/telxcc"
},
"keywords": [
"stream",
"webvtt",
"hls"
],
"author": "Gil Pedersen <[email protected]>",
"license": "UNLICENSED",
"engines": {
"node": ">=14.17.0"
},
"directories": {
"test": "test"
},
"devDependencies": {
"@hapi/code": "^8.0.1",
"@hapi/lab": "^24.3.2",
"concat-stream": "^2.0.0",
"eslint": "^7.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mediathand/mah-webvtt-stream.git"
},
"bugs": {
"url": "https://github.com/mediathand/mah-webvtt-stream/issues"
},
"homepage": "https://github.com/mediathand/mah-webvtt-stream"
}