{
  "name": "angular-i18next-error-interceptor",
  "version": "4.0.0",
  "author": {
    "name": "Sergey Romanchuk"
  },
  "homepage": "https://github.com/LCGroupIT/angular-i18next-error-interceptor#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LCGroupIT/angular-i18next-error-interceptor.git"
  },
  "license": "MIT",
  "description": "Angular 10+ localizable http error interceptor",
  "engines": {
    "node": ">= 10.13.0"
  },
  "dependencies": {
    "tslib": "^2.1.0"
  },
  "peerDependencies": {
    "@angular/common": ">=10.0.0 <12.0.0",
    "@angular/core": ">=10.0.0 <12.0.0",
    "angular-i18next": ">=10.0.0 <12.0.0",
    "rxjs": ">=6.6.0 <7.0.0"
  },
  "main": "bundles/angular-i18next-error-interceptor.umd.js",
  "module": "fesm2015/angular-i18next-error-interceptor.js",
  "es2015": "fesm2015/angular-i18next-error-interceptor.js",
  "esm2015": "esm2015/angular-i18next-error-interceptor.js",
  "fesm2015": "fesm2015/angular-i18next-error-interceptor.js",
  "typings": "angular-i18next-error-interceptor.d.ts",
  "metadata": "angular-i18next-error-interceptor.metadata.json",
  "sideEffects": false
}
