{
  "name": "@jsverse/transloco-messageformat",
  "version": "8.4.0",
  "description": "Transpiler for Transloco that uses messageformat.js to compile translations using ICU syntax for handling pluralization and gender",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/jsverse/transloco/issues"
  },
  "homepage": "https://jsverse.gitbook.io/transloco/plugins/message-format",
  "repository": {
    "type": "git",
    "url": "https://github.com/jsverse/transloco"
  },
  "keywords": [
    "Angular",
    "i18n",
    "Translate",
    "Angular Translate",
    "Transloco",
    "Declension",
    "ICU",
    "Gender",
    "Messageformat",
    "Pluralization"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@angular/core": ">=16.0.0",
    "@jsverse/transloco": ">=8.0.0",
    "@jsverse/utils": "1.0.0-beta.5",
    "rxjs": ">=6.0.0"
  },
  "dependencies": {
    "@messageformat/core": "^3.4.0",
    "tslib": "^2.2.0"
  },
  "sideEffects": false,
  "module": "fesm2022/jsverse-transloco-messageformat.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/jsverse-transloco-messageformat.mjs",
      "esm": "./esm2022/jsverse-transloco-messageformat.mjs",
      "default": "./fesm2022/jsverse-transloco-messageformat.mjs"
    }
  }
}