-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "streamdelay",
"version": "0.0.10",
"description": "A delay + dump button for live streams, allowing screening and redaction of explicit content.",
"main": "index.js",
"dependencies": {
"@iarna/toml": "^2.2.5",
"gstreamer-superficial": "github:chromakode/node-gstreamer-superficial#windows-include-path-env",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-easy-ws": "^1.1.3",
"koa-route": "^3.2.0",
"xstate": "^4.10.0",
"yargs": "^15.3.1"
},
"devDependencies": {
"pkg": "^4.4.8"
},
"scripts": {
"start": "node index.js",
"build": "pkg index.js -o build/streamdelay"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chromakode/streamdelay.git"
},
"keywords": [
"stream",
"srt",
"rtmp",
"delay",
"censor",
"bleep",
"gstreamer"
],
"author": "Max Goodhart <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chromakode/streamdelay/issues"
},
"homepage": "https://github.com/chromakode/streamdelay#readme"
}