{
  "name": "@progress/kendo-react-barcodes",
  "version": "16.0.0",
  "description": "React Barcodes provide a set of React components to build beautiful and customizable barcodes. KendoReact Barcodes package",
  "author": "Progress",
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://www.telerik.com/kendo-react-ui",
  "main": "./index.js",
  "module": "./index.mjs",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./index.d.mts",
        "default": "./index.mjs"
      },
      "require": {
        "types": "./index.d.ts",
        "default": "./index.js"
      }
    },
    "./package.json": {
      "default": "./package.json"
    }
  },
  "sideEffects": false,
  "peerDependencies": {
    "@progress/kendo-charts": "2.13.0",
    "@progress/kendo-drawing": "^1.21.2",
    "@progress/kendo-licensing": "^1.7.2",
    "@progress/kendo-react-common": "16.0.0",
    "@progress/kendo-react-intl": "16.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "dependencies": {
    "prop-types": "^15.6.0"
  },
  "keywords": [
    "Kendo UI",
    "React",
    "Progress",
    "Barcode",
    "QR Code",
    "Data Visualization",
    "KendoReact",
    "reactjs",
    "UI",
    "components",
    "React component",
    "Telerik"
  ],
  "@progress": {
    "friendlyName": "Barcodes",
    "framework": "KendoReact",
    "migrations": {
      "options": {
        "parser": "tsx",
        "pattern": "*.{js,jsx,ts,tsx}"
      },
      "codemods": {
        "16": [
          {
            "description": "Migrate Barcode and QRCode ref/type usages to the new BarcodeHandle and QRCodeHandle types.",
            "file": "codemods/v16/barcode-handle",
            "prompt": true
          }
        ]
      }
    },
    "package": {
      "productName": "KendoReact",
      "productCode": "KENDOUIREACT",
      "publishDate": 1786519025,
      "licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telerik/kendo-react.git"
  },
  "publishConfig": {
    "access": "public"
  }
}