{
  "name": "afrilins-ged-lib",
  "version": "1.0.6-host",
  "description": "A package for managing and viewing documents (GED) within an Angular application, supporting features like a file browser, PDF viewer, and resizing.",
  "author": {
    "name": "bramslo17",
    "email": "bramslo17@gmail.com"
  },
  "keywords": [
    "angular",
    "ged",
    "document-management",
    "file-viewer",
    "pdf-viewer",
    "resizable"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/bramslo17/afrilins-ged-lib.git"
  },
  "peerDependencies": {
    "@angular/common": "^14.2.0",
    "@angular/core": "^14.2.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "module": "fesm2015/afrilins-ged-lib.mjs",
  "es2020": "fesm2020/afrilins-ged-lib.mjs",
  "esm2020": "esm2020/afrilins-ged-lib.mjs",
  "fesm2020": "fesm2020/afrilins-ged-lib.mjs",
  "fesm2015": "fesm2015/afrilins-ged-lib.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2020": "./esm2020/afrilins-ged-lib.mjs",
      "es2020": "./fesm2020/afrilins-ged-lib.mjs",
      "es2015": "./fesm2015/afrilins-ged-lib.mjs",
      "node": "./fesm2015/afrilins-ged-lib.mjs",
      "default": "./fesm2020/afrilins-ged-lib.mjs"
    }
  },
  "sideEffects": false
}