{
  "name": "dfx-transloco-markup",
  "version": "22.0.1",
  "description": "A translation component to render translations with markup",
  "private": false,
  "license": "MIT",
  "homepage": "https://playground.dafnik.me/transloco-markup/",
  "sideEffects": false,
  "keywords": [
    "ng",
    "ngx",
    "angular2",
    "angular",
    "transloco",
    "markup",
    "plugin",
    "translation",
    "translate",
    "i18n"
  ],
  "author": {
    "name": "Dafnik",
    "email": "contact@dafnik.me",
    "url": "https://dafnik.me"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/Dafnik"
    },
    {
      "type": "liberapay",
      "url": "https://liberapay.com/Dafnik"
    }
  ],
  "bugs": {
    "url": "https://github.com/Dafnik/dfx-common/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:Dafnik/dfx-common.git",
    "directory": "libs/dfx-transloco-markup"
  },
  "dependencies": {
    "tslib": "2"
  },
  "peerDependencies": {
    "@angular/common": "22",
    "@angular/core": "22",
    "@jsverse/transloco": "8",
    "rxjs": "7"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "module": "fesm2022/dfx-transloco-markup.mjs",
  "typings": "types/dfx-transloco-markup.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/dfx-transloco-markup.d.ts",
      "default": "./fesm2022/dfx-transloco-markup.mjs"
    }
  },
  "type": "module"
}