2025-02-24 12:38:39 +08:00

42 lines
800 B
JSON
Executable File

{
"name": "xgplayer-shaka",
"version": "3.0.21-rc.22",
"description": "xgplayer plugin for shaka-player",
"main": "dist/index.min.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"libd": {
"umdName": "ShakaPlugin"
},
"files": [
"dist",
"es"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "rc"
},
"keywords": [
"mpeg-dash",
"shaka-player",
"player",
"video"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bytedance/xgplayer.git"
},
"unpkgFiles": [
"dist"
],
"author": "zhangxin.frontend@bytedance.com",
"license": "MIT",
"dependencies": {
"shaka-player": "^2.4.0"
},
"peerDependencies": {
"xgplayer": ">3.0.0-next.0"
}
}