{
  "name": "@experteam-mx/ngx-services",
  "version": "20.2.2",
  "description": "Angular common services for Experteam apps",
  "author": "Experteam Cía. Ltda.",
  "keywords": [
    "angular",
    "angular-20",
    "ng",
    "service",
    "angular-service"
  ],
  "contributors": [
    {
      "name": "Iraldo Arévalo Delfín",
      "email": "iraldoarevalo@gmail.com"
    },
    {
      "name": "Adel López Pantoja",
      "email": "adellopezpantoja@gmail.com"
    },
    {
      "name": "Byron Bladimir Taco Taco",
      "email": "metal82fest@hotmail.com"
    },
    {
      "name": "Gianni Santucci",
      "email": "gianni.d.santucci@gmail.com"
    },
    {
      "name": "Jefferson Morocho",
      "email": "morochoji5@hotmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://git.dhl.com/EXPAM-CRA10/ngx-libraries.git",
    "directory": "projects/experteam/ngx-services"
  },
  "dependencies": {
    "tslib": "^2.8.0"
  },
  "peerDependencies": {
    "@angular/common": "^20.0.0",
    "@angular/core": "^20.0.0",
    "ngx-cookie-service": "^20.0.0",
    "pusher-js": "^7.5.0"
  },
  "sideEffects": false,
  "module": "fesm2022/experteam-mx-ngx-services.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/experteam-mx-ngx-services.mjs"
    }
  }
}