@oplayer/mpegts
Version:
mpegts.js plugin for oplayer
41 lines • 920 B
JSON
{
"name": "@oplayer/mpegts",
"version": "1.2.26-beta.0",
"description": "mpegts.js plugin for oplayer",
"type": "module",
"main": "./dist/index.es.js",
"types": "./dist/src/index.d.ts",
"sideEffects": false,
"author": "shiyiya",
"homepage": "https://github.com/shiyiya/oplayer",
"keywords": [
"oplayer-plugin",
"flv",
"mpegts"
],
"license": "MIT",
"files": [
"dist",
"src"
],
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not op_mini all",
"IE 11"
],
"peerDependencies": {
"@oplayer/core": ">=1.0.0",
"mpegts.js": "*"
},
"devDependencies": {
"mpegts.js": "^1.8.0",
"@oplayer/core": "1.2.38-beta.2"
},
"scripts": {
"start": "concurrently -n es,dts \"vite build --watch\" \"tsc --emitDeclarationOnly --watch\"",
"tsc": "tsc --noEmit && echo",
"build": "vite build && tsc --emitDeclarationOnly"
}
}