{
  "name": "docviewhelper",
  "version": "0.1.6",
  "license": "MIT",
  "description": "Helper for ngx-doc-viewer and react-documents.",
  "author": {
    "name": "Marcel Hoekstra",
    "email": "marcel.hoekstra@outlook.com",
    "url": "https://github.com/Marcelh1983/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Marcelh1983/document-viewer.git"
  },
  "keywords": [
    "ngx-doc-viewer",
    "react-documents"
  ],
  "main": "./index.js",
  "module": "./index.mjs",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.mjs",
      "require": "./index.js"
    }
  },
  "bugs": {
    "url": "https://github.com/Marcelh1983/document-viewer/issues"
  },
  "homepage": "https://github.com/Marcelh1983/document-viewer/tree/main/packages/docviewhelper"
}
