{
  "name": "@project-sunbird/sunbird-pdf-player-v9",
  "version": "8.2.0",
  "peerDependencies": {
    "@angular/common": "19.2.18",
    "@angular/core": "19.2.18",
    "@project-sunbird/client-services": "8.1.4",
    "@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-pdf-player/blob/release-5.5.0/README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/Sunbird-Knowlg/sunbird-pdf-player.git"
  },
  "keywords": [
    "sunbird, pdf player, project-sunbird"
  ],
  "license": "MIT",
  "schematics": "./schematics/collection.json",
  "ng-add": {
    "save": "devDependencies"
  },
  "module": "fesm2022/project-sunbird-sunbird-pdf-player-v9.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/project-sunbird-sunbird-pdf-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"
  }
}