{
  "name": "renci-web-client",
  "version": "12.0.0",
  "description": "This is an internal angular library that works with internal server application.",
  "author": {
    "name": "Oleg Kap",
    "email": "oleg@renci.org"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RENCI/renci-web-client"
  },
  "peerDependencies": {
    "@angular/common": ">12.0.0",
    "@angular/core": ">=12.0.0",
    "@ng-bootstrap/ng-bootstrap": ">=7.0.0",
    "rxjs": ">=6.6.3",
    "@aspnet/signalr": ">=1.1.4",
    "file-saver": ">=2.0.2",
    "ng2-pdf-viewer": ">=6.3.2",
    "@auth0/angular-jwt": ">=5.0.1"
  },
  "dependencies": {
    "tslib": "^2.0.3"
  },
  "main": "bundles/renci-web-client.umd.js",
  "module": "fesm2015/renci-web-client.js",
  "es2015": "fesm2015/renci-web-client.js",
  "esm2015": "esm2015/renci-web-client.js",
  "fesm2015": "fesm2015/renci-web-client.js",
  "typings": "renci-web-client.d.ts",
  "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"
  }
}