unified-video-framework
Version:
Cross-platform video player framework supporting iOS, Android, Web, Smart TVs (Samsung/LG), Roku, and more
66 lines (65 loc) • 1.43 kB
JSON
{
"name": "@unified-video/web",
"version": "1.0.0",
"description": "Web implementation of Unified Video Framework",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"watch": "tsc -p tsconfig.json --watch",
"clean": "rm -rf dist",
"test": "jest",
"lint": "eslint src --ext .ts,.tsx,.js"
},
"peerDependencies": {
"dashjs": "^4.0.0",
"hls.js": "^1.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"peerDependenciesMeta": {
"react": {
"optional": false
},
"react-dom": {
"optional": false
},
"dashjs": {
"optional": true
},
"hls.js": {
"optional": true
}
},
"devDependencies": {
"@babel/core": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@babel/preset-typescript": "^7.27.1",
"@types/jest": "^30.0.0",
"@types/node": "^18.0.0",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"babel-jest": "^30.1.2",
"jest": "^30.1.2",
"jest-environment-jsdom": "^30.1.2",
"ts-jest": "^29.4.1",
"typescript": "^5.4.0"
},
"keywords": [
"video",
"player",
"web",
"html5",
"hls",
"dash"
],
"author": "flicknexs",
"license": "MIT",
"publishConfig": {
"access": "public"
}
}