{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "update": {
      "description": "Update MediaViewer.",
      "factory": "./lib/update/index",
      "schema": "./lib/update/schema.json"
    },
    "ng-add": {
      "description": "Add Yuuvis MediaViewer.",
      "factory": "./lib/ng-add/index",
      "schema": "./lib/ng-add/schema.json"
    },
    "vite-compatibility": {
      "description": "Add vite compatibility for PDFJS.",
      "factory": "./lib/vite-compatibility/index",
      "schema": "./lib/vite-compatibility/schema.json"
    }
  }
}
