forked from xqq/mpegts.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "mpegts.js",
"version": "1.6.7",
"description": "HTML5 MPEG2-TS Stream Player",
"main": "./dist/mpegts.js",
"types": "./d.ts/mpegts.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/xqq/mpegts.js"
},
"keywords": [
"html5",
"mpegts",
"m2ts",
"mse",
"arib",
"dvb"
],
"scripts": {
"build": "webpack --mode=production --progress --verbose",
"build:debug": "webpack --mode=development --progress --verbose",
"watch": "webpack --mode=development --progress --verbose --watch"
},
"dependencies": {
"es6-promise": "^4.2.5",
"webworkify-webpack": "^2.1.5"
},
"devDependencies": {
"@types/node": "^10.12.18",
"@typescript-eslint/eslint-plugin": "^1.4.2",
"@typescript-eslint/parser": "^1.4.2",
"browser-sync": "^2.26.10",
"eslint": "^5.15.0",
"exports-loader": "^0.7.0",
"file-loader": "^3.0.1",
"source-map-loader": "^0.2.4",
"ssri": ">=8.0.1",
"terser-webpack-plugin": "^1.2.3",
"ts-loader": "^5.3.2",
"typescript": "^3.2.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.3.12",
"ws": ">=7.4.6",
"xmlhttprequest-ssl": ">=1.6.2"
},
"author": "zheng qian <[email protected]>",
"license": "Apache-2.0"
}