@project-sunbird/sunbird-video-player-v9
Version:
The Video player library is powered by Angular. This player is primarily designed to be used on Sunbird consumption platforms _(mobile app, web portal, offline desktop app)_ to drive reusability and maintainability, hence reducing the redundant developmen
49 lines • 1.62 kB
JSON
{
"name": "@project-sunbird/sunbird-video-player-v9",
"version": "8.2.0",
"peerDependencies": {
"@angular/common": "19.2.18",
"@angular/core": "19.2.18",
"@types/video.js": "7.5.5",
"video.js": "7.18.1",
"@project-sunbird/client-services": "8.1.4",
"@project-sunbird/sb-styles": "0.0.7",
"@project-sunbird/sunbird-quml-player-v9": "4.9.7",
"videojs-http-source-selector": ">= 1.1.6",
"videojs-contrib-quality-levels": ">= 2.1.0"
},
"dependencies": {
"@project-sunbird/sunbird-player-sdk-v9": "6.0.7",
"tslib": "^2.0.0"
},
"homepage": "https://github.com/Sunbird-Knowlg/sunbird-video-player/blob/release-5.5.0/README.md",
"repository": {
"type": "git",
"url": "https://github.com/Sunbird-Knowlg/sunbird-video-player.git"
},
"keywords": [
"sunbird",
"sunbird video player",
"project-sunbird"
],
"license": "MIT",
"schematics": "./schematics/collection.json",
"ng-add": {
"save": true
},
"module": "fesm2022/project-sunbird-sunbird-video-player-v9.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/project-sunbird-sunbird-video-player-v9.mjs"
}
},
"sideEffects": false,
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
}
}