{
  "name": "@progress/kendo-angular-l10n",
  "version": "19.1.1",
  "description": "Kendo UI Angular l10n component - an easily customized popup from the most trusted provider of professional Angular components.",
  "license": "SEE LICENSE IN LICENSE.md",
  "author": "Progress",
  "homepage": "https://www.telerik.com/kendo-angular-ui/components/",
  "bugs": {
    "url": "https://github.com/telerik/kendo-angular"
  },
  "keywords": [
    "Angular",
    "Kendo UI",
    "L10n",
    "Progress"
  ],
  "@progress": {
    "friendlyName": "Localization"
  },
  "peerDependencies": {
    "@angular/animations": "16 - 20",
    "@angular/common": "16 - 20",
    "@angular/core": "16 - 20",
    "@angular/platform-browser": "16 - 20",
    "@progress/kendo-angular-common": "19.1.1",
    "@progress/kendo-licensing": "^1.5.0",
    "rxjs": "^6.5.3 || ^7.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.1",
    "@progress/kendo-angular-schematics": "19.1.1"
  },
  "schematics": "./schematics/collection.json",
  "module": "fesm2022/progress-kendo-angular-l10n.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/progress-kendo-angular-l10n.mjs",
      "esm": "./esm2022/progress-kendo-angular-l10n.mjs",
      "default": "./fesm2022/progress-kendo-angular-l10n.mjs"
    }
  },
  "sideEffects": false
}