forked from distort-live/distort-media-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.01 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
{
"name": "@irlserver/media-server",
"version": "2.1.20",
"description": "A fork of node-media-server",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"build": "tsc",
"prepare": "npm run build"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/irlserver/irl-media-server.git"
},
"keywords": [
"rtmp",
"flv",
"server"
],
"author": "Mingliang Chen",
"license": "MIT",
"bugs": {
"url": "https://github.com/irlserver/irl-media-server/issues"
},
"homepage": "https://irlserver.com/",
"dependencies": {
"chalk": "^2.4.2",
"dateformat": "^3.0.3",
"express": "^4.16.4",
"ffmpeg-static": "^4.2.2",
"lodash": ">=4.17.13",
"mkdirp": "1.0.3",
"ws": "^5.2.2"
},
"engines": {
"node": ">=8.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.155",
"@types/node": "^14.0.13",
"@types/ws": "^7.4.7",
"mocha": "^7.2.0",
"tslib": "^2.0.0",
"typescript": "^3.9.5"
}
}