{
  "name": "@lglab/react-qr-code",
  "version": "1.7.1",
  "description": "React library to generate QR codes",
  "author": "LGLab",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/LGLabGreg/react-qr-code.git",
    "directory": "packages/react-qr-code"
  },
  "homepage": "https://reactqrcode.com",
  "keywords": [
    "react",
    "react-component",
    "react-library",
    "qr",
    "code",
    "qrcode",
    "qr-code",
    "qr-code-generator",
    "qr-code-library",
    "qr-code-react",
    "customizable-qr-code",
    "qr-code-with-logo",
    "qr-code-svg",
    "qr-code-image",
    "qr-code-download",
    "typescript",
    "open-source"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.es.js",
  "module": "./dist/index.es.js",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "react": "^18 || ^19"
  },
  "devDependencies": {
    "@types/node": "^26.1.2",
    "@types/react": "^19.2.18",
    "@types/react-dom": "^19.2.4",
    "@typescript/typescript6": "^6.0.2",
    "@vitejs/plugin-react": "^6.0.5",
    "globals": "^17.9.0",
    "react": "^19.2.8",
    "react-dom": "^19.2.8",
    "typescript": "~7.0.2",
    "vite": "^8.2.0",
    "vite-plugin-dts": "^5.0.3"
  },
  "scripts": {
    "build": "tsc -b && vite build"
  }
}