{
  "name": "core",
  "version": "8.8.0",
  "peerDependencies": {
    "@angular/common": "^12.1.0",
    "@angular/core": "^12.1.0",
    "rxjs": "^6.6.3",
    "apollo-angular": "^2.2.0",
    "graphql": "^14.7.0",
    "graphql-tag": "^2.11.0",
    "@apollo/client": "^3.3.7",
    "luxon": "3.0.1",
    "bn-ng-idle": "^1.0.1",
    "@angular-architects/module-federation": "^1.1.0",
    "lodash-es": "^4.17.20",
    "ng-dynamic-component": "^8.0.1",
    "@swimlane/ngx-charts": "^17.0.0"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "module": "fesm2022/core.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/core.mjs",
      "esm": "./esm2022/core.mjs",
      "default": "./fesm2022/core.mjs"
    }
  },
  "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"
  }
}