{
  "name": "@annuadvent/ngx-core",
  "version": "1.0.3",
  "license": "MIT",
  "description": "The ngx-core library serves as the foundation for the other libraries in the group. It provides core functionalities and abstractions that are utilized across the entire suite of libraries. This includes common services for handling authentication, API communication, error handling, and state management. Furthermore, ngx-core seamlessly integrates with Firebase, a widely-used backend as a service (BaaS) platform, offering functionalities such as real-time database synchronization, cloud storage, and authentication services.",
  "homepage": "https://github.com/sunildivyam/ngx-core",
  "bugs": "https://github.com/sunildivyam/ngx-core/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/sunildivyam/ngx-core.git"
  },
  "engines": {
    "node": "18.17.0",
    "npm": "9.6.7"
  },
  "keywords": [
    "Angular",
    "Angular library",
    "Angular components",
    "Angular components core library",
    "ngx-core",
    "TypeScript",
    "javascript",
    "javascript framework"
  ],
  "peerDependencies": {
    "@angular/common": "^16.1.0",
    "@angular/core": "^16.1.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/annuadvent-ngx-core.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/annuadvent-ngx-core.mjs",
      "esm": "./esm2022/annuadvent-ngx-core.mjs",
      "default": "./fesm2022/annuadvent-ngx-core.mjs"
    },
    "./app-config": {
      "types": "./app-config/index.d.ts",
      "esm2022": "./esm2022/app-config/annuadvent-ngx-core-app-config.mjs",
      "esm": "./esm2022/app-config/annuadvent-ngx-core-app-config.mjs",
      "default": "./fesm2022/annuadvent-ngx-core-app-config.mjs"
    },
    "./utils": {
      "types": "./utils/index.d.ts",
      "esm2022": "./esm2022/utils/annuadvent-ngx-core-utils.mjs",
      "esm": "./esm2022/utils/annuadvent-ngx-core-utils.mjs",
      "default": "./fesm2022/annuadvent-ngx-core-utils.mjs"
    }
  }
}