-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.55 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
50
51
52
53
54
55
56
57
58
{
"name": "mpegts.js",
"version": "1.7.3",
"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",
"build:debug": "webpack --mode=development --progress",
"watch": "webpack --mode=development --progress --watch",
"serve": "webpack serve --mode=development --progress"
},
"dependencies": {
"es6-promise": "^4.2.5",
"webworkify-webpack": "^2.1.5"
},
"devDependencies": {
"@types/express-serve-static-core": "4.17.30",
"@types/node": "latest",
"@typescript-eslint/eslint-plugin": "^1.4.2",
"@typescript-eslint/parser": "^1.4.2",
"@webpack-cli/serve": "latest",
"browser-sync": "^2.26.10",
"eslint": "^5.15.0",
"exports-loader": "latest",
"file-loader": "latest",
"loader-utils": "latest",
"minimist": ">=1.2.6",
"process": "^0.11.10",
"socket.io-parser": ">=3.3.3",
"source-map-loader": "latest",
"ssri": ">=8.0.1",
"streamr-client": "8.5.5-nolit.1",
"terser-webpack-plugin": "^1.2.3",
"ts-loader": "latest",
"ts-toolbelt": "latest",
"typescript": "^4.9.3",
"webpack": "latest",
"webpack-cli": "latest",
"webpack-dev-server": "latest",
"ws": ">=7.4.6",
"xmlhttprequest-ssl": ">=1.6.2"
},
"author": "zheng qian <xqq@xqq.im>",
"license": "Apache-2.0"
}