{
  "name": "@progress/kendo-angular-barcodes",
  "version": "23.2.0",
  "description": "Kendo UI Angular Barcodes",
  "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",
    "Barcode",
    "Kendo UI",
    "QR Code"
  ],
  "@progress": {
    "friendlyName": "Barcodes",
    "package": {
      "productName": "Kendo UI for Angular",
      "productCode": "KENDOUIANGULAR",
      "publishDate": 1772197508,
      "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
    }
  },
  "peerDependencies": {
    "@angular/animations": "19 - 21",
    "@angular/common": "19 - 21",
    "@angular/core": "19 - 21",
    "@angular/forms": "19 - 21",
    "@angular/platform-browser": "19 - 21",
    "@progress/kendo-angular-common": "23.2.0",
    "@progress/kendo-drawing": "^1.24.0",
    "@progress/kendo-licensing": "^1.10.0",
    "rxjs": "^6.5.3 || ^7.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.1",
    "@progress/kendo-angular-schematics": "23.2.0",
    "@progress/kendo-charts": "2.11.0"
  },
  "schematics": "./schematics/collection.json",
  "module": "fesm2022/progress-kendo-angular-barcodes.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/progress-kendo-angular-barcodes.mjs"
    }
  },
  "sideEffects": false
}