UNPKG

@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

57 lines 2.19 kB
{ "name": "@project-sunbird/sunbird-video-player-v9", "version": "5.5.6", "peerDependencies": { "@angular/common": ">= 14.2.12", "@angular/core": ">= 14.2.12", "@types/video.js": "7.5.5", "video.js": "7.18.1", "@project-sunbird/client-services": "^3.4.11", "@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": "5.1.2", "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": "fesm2015/project-sunbird-sunbird-video-player-v9.mjs", "es2020": "fesm2020/project-sunbird-sunbird-video-player-v9.mjs", "esm2020": "esm2020/project-sunbird-sunbird-video-player-v9.mjs", "fesm2020": "fesm2020/project-sunbird-sunbird-video-player-v9.mjs", "fesm2015": "fesm2015/project-sunbird-sunbird-video-player-v9.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2020": "./esm2020/project-sunbird-sunbird-video-player-v9.mjs", "es2020": "./fesm2020/project-sunbird-sunbird-video-player-v9.mjs", "es2015": "./fesm2015/project-sunbird-sunbird-video-player-v9.mjs", "node": "./fesm2015/project-sunbird-sunbird-video-player-v9.mjs", "default": "./fesm2020/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" } }