-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.24 KB
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
{
"name": "flv-liver",
"version": "0.0.1",
"description": "a high performance video player for playing http-flv live stream, can be compatible with IOS and Android system",
"main": "./dist/index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "rm -rf dist && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JS-Hao/flv-liver.git"
},
"keywords": [
"flv",
"http-flv",
"stream",
"player",
"video",
"audio",
"wasm",
"webAssembly",
"demux",
"decode"
],
"author": "JS-Hao",
"license": "ISC",
"bugs": {
"url": "https://github.com/JS-Hao/flv-liver/issues"
},
"homepage": "https://github.com/JS-Hao/flv-liver#readme",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/lodash": "^4.14.158",
"babel-loader": "^8.1.0",
"css-loader": "^3.6.0",
"optimist": "^0.6.1",
"prettier": "^2.0.5",
"style-loader": "^1.2.1",
"ts-loader": "^8.0.1",
"typescript": "^3.9.7",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.3.1"
}
}