{
  "name": "@hug/ngx-g11n",
  "version": "2.0.1",
  "description": "Angular helpers for internationalizing and localizing your application",
  "homepage": "https://github.com/dsi-hug/ngx-g11n",
  "license": "GPL-3.0-only",
  "author": "HUG - Hôpitaux Universitaires Genève",
  "contributors": [
    "badisi (https://github.com/badisi)"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dsi-hug/ngx-g11n.git"
  },
  "keywords": [
    "angular",
    "localization",
    "internationalization",
    "i18n",
    "l10n",
    "g11n",
    "translate",
    "translation",
    "multilingual",
    "language",
    "locale",
    "ngx-g11n",
    "angular-localization",
    "angular-tools",
    "angular-helpers"
  ],
  "sideEffects": false,
  "peerDependencies": {
    "@angular-devkit/architect": ">= 0.1402.13",
    "@angular/common": ">= 14",
    "@angular/core": ">= 14",
    "@angular/localize": ">= 14",
    "@angular/material": ">= 14",
    "@angular/material-date-fns-adapter": ">= 14",
    "date-fns": ">= 2.3",
    "rxjs": ">= 7"
  },
  "peerDependenciesMeta": {
    "@angular/localize": {
      "optional": true
    },
    "@angular/material": {
      "optional": true
    },
    "@angular/material-date-fns-adapter": {
      "optional": true
    },
    "date-fns": {
      "optional": true
    }
  },
  "dependencies": {
    "@hug/ngx-schematics-utilities": "^12.1.4",
    "tslib": "^2.8.1"
  },
  "builders": "./builders/builders.json",
  "schematics": "./schematics/collection.json",
  "ng-add": {
    "save": "dependencies"
  },
  "module": "fesm2022/hug-ngx-g11n.mjs",
  "typings": "types/hug-ngx-g11n.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/hug-ngx-g11n.d.ts",
      "default": "./fesm2022/hug-ngx-g11n.mjs"
    },
    "./internal": {
      "types": "./types/hug-ngx-g11n-internal.d.ts",
      "default": "./fesm2022/hug-ngx-g11n-internal.mjs"
    },
    "./legacy": {
      "types": "./types/hug-ngx-g11n-legacy.d.ts",
      "default": "./fesm2022/hug-ngx-g11n-legacy.mjs"
    },
    "./locales": {
      "types": "./types/hug-ngx-g11n-locales.d.ts",
      "default": "./fesm2022/hug-ngx-g11n-locales.mjs"
    },
    "./material": {
      "types": "./types/hug-ngx-g11n-material.d.ts",
      "default": "./fesm2022/hug-ngx-g11n-material.mjs"
    }
  },
  "type": "module"
}