webo-video
Version:
## 安装 ```javascript npm install webo-video ``` 该库依赖 video.js 以及 flv.js 安装 `webo-video` 之后可直接 `import videojs from "video.js"` 以及 `import flv.js from "flv.js"`
44 lines • 1.29 kB
JSON
{
"name": "webo-video",
"version": "1.0.35",
"description": "",
"main": "./lib/index.cjs.js",
"module": "./lib/index.esm.js",
"browser": "./lib/index.umd.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "rollup -cw",
"build": "rollup -c"
},
"keywords": [
"视频播放"
],
"type": "module",
"author": "liu-h-k",
"license": "ISC",
"dependencies": {
"@rollup/plugin-json": "^6.0.0",
"flv.js": "^1.6.2",
"js-web-screen-shot": "^1.8.8",
"rollup": "^3.20.0",
"video.js": "^8.0.4"
},
"peerDependencies": {
"video.js": "^8.0.4",
"flv.js": "^1.6.2"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/plugin-external-helpers": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/runtime": "^7.21.0",
"@babel/runtime-corejs3": "^7.21.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^5.0.2"
}
}