UNPKG

@project-sunbird/sunbird-epub-player-v9

Version:

The Epub 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 development

44 lines 1.42 kB
{ "name": "@project-sunbird/sunbird-epub-player-v9", "version": "8.2.0", "peerDependencies": { "@angular/common": "19.2.18", "@angular/core": "19.2.18", "@project-sunbird/client-services": ">=3.4.8", "@project-sunbird/sb-styles": ">=0.0.7" }, "dependencies": { "@project-sunbird/sunbird-player-sdk-v9": "6.0.7", "tslib": "^2.0.0" }, "homepage": "https://github.com/Sunbird-Knowlg/sunbird-epub-player/blob/release-5.5.0/README.md", "repository": { "type": "git", "url": "https://github.com/Sunbird-Knowlg/sunbird-epub-player.git" }, "keywords": [ "sunbird", "sunbird epub player", "project-sunbird" ], "license": "MIT", "schematics": "./schematics/collection.json", "ng-add": { "save": "devDependencies" }, "module": "fesm2022/project-sunbird-sunbird-epub-player-v9.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/project-sunbird-sunbird-epub-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" } }