{
  "name": "@project-sunbird/sunbird-quml-player",
  "version": "8.2.0",
  "schematics": "./schematics/collection.json",
  "ng-add": {
    "save": "dependencies"
  },
  "peerDependencies": {
    "@angular/common": "19.2.18",
    "@angular/core": "19.2.18",
    "katex": "^0.16.10",
    "ngx-bootstrap": "^11.0.0",
    "lodash-es": "^4.17.21",
    "@project-sunbird/client-services": "8.1.4"
  },
  "dependencies": {
    "@project-sunbird/sunbird-player-sdk-v9": "6.0.5",
    "tslib": "^2.3.0"
  },
  "homepage": "https://github.com/Sunbird-inQuiry/player#readme",
  "keywords": [
    "sunbird",
    "sunbird QuML player",
    "project-sunbird"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Sunbird-inQuiry/player.git"
  },
  "license": "MIT",
  "module": "fesm2022/project-sunbird-sunbird-quml-player.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/project-sunbird-sunbird-quml-player.mjs"
    }
  },
  "sideEffects": false
}