mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 11:18:46 +08:00
34 lines
689 B
JSON
34 lines
689 B
JSON
{
|
|
"name": "xgplayer-dash-live",
|
|
"version": "3.0.21-rc.22",
|
|
"main": "dist/index.min.js",
|
|
"module": "es/index.js",
|
|
"typings": "es/index.d.ts",
|
|
"sideEffects": false,
|
|
"libd": {
|
|
"umdName": "DashLivePlayer"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"es"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public",
|
|
"tag": "rc"
|
|
},
|
|
"license": "MIT",
|
|
"unpkgFiles": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"xgplayer-helper-transmuxers": "3.0.0-next.0",
|
|
"xgplayer-helper-utils": "3.0.0-next.0",
|
|
"xgplayer-helper-models": "3.0.0-alpha.128"
|
|
},
|
|
"peerDependencies": {
|
|
"xgplayer": ">=3.0.0-next.0",
|
|
"core-js": ">=3.12.1"
|
|
}
|
|
}
|