{
  "name": "@cloarec/transloco-mf2",
  "version": "0.0.4",
  "repository": {
    "url": "https://github.com/lucascloarec/transloco-mf2"
  },
  "peerDependencies": {
    "@angular/common": "^19.2.0",
    "@angular/core": "^19.2.0",
    "@jsverse/transloco": "^7.6.1",
    "messageformat": "^4.0.0-10"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "keywords": [
    "transloco",
    "messageformat",
    "messageformat 2",
    "mf2",
    "angular",
    "i18n",
    "translate",
    "pluralization",
    "gender",
    "translate"
  ],
  "module": "fesm2022/cloarec-transloco-mf2.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/cloarec-transloco-mf2.mjs"
    }
  }
}