{
  "name": "@uofx/core",
  "description": "Basic library for all UOF X application.",
  "version": "3.22.4",
  "author": "e-Excellence Inc. (https://www.edetw.com/)",
  "peerDependencies": {
    "@angular/core": ">=17.3.12",
    "@ngx-translate/core": ">=15.0.0",
    "jwt-decode": "^3.1.2",
    "lodash": "^4.17.21",
    "@types/lodash": "^4.17.0"
  },
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "keywords": [
    "UOF X"
  ],
  "module": "fesm2022/uofx-core.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/uofx-core.mjs",
      "esm": "./esm2022/uofx-core.mjs",
      "default": "./fesm2022/uofx-core.mjs"
    },
    "./interceptor": {
      "types": "./interceptor/index.d.ts",
      "esm2022": "./esm2022/interceptor/uofx-core-interceptor.mjs",
      "esm": "./esm2022/interceptor/uofx-core-interceptor.mjs",
      "default": "./fesm2022/uofx-core-interceptor.mjs"
    },
    "./mcore-config": {
      "types": "./mcore-config/index.d.ts",
      "esm2022": "./esm2022/mcore-config/uofx-core-mcore-config.mjs",
      "esm": "./esm2022/mcore-config/uofx-core-mcore-config.mjs",
      "default": "./fesm2022/uofx-core-mcore-config.mjs"
    },
    "./testing": {
      "types": "./testing/index.d.ts",
      "esm2022": "./esm2022/testing/uofx-core-testing.mjs",
      "esm": "./esm2022/testing/uofx-core-testing.mjs",
      "default": "./fesm2022/uofx-core-testing.mjs"
    }
  },
  "sideEffects": false
}