{
  "name": "@uides/react-qr-reader",
  "version": "3.1.0",
  "description": "A react component for reading QR codes from the webcam.",
  "main": "./lib/index.js",
  "scripts": {
    "publint": "publint",
    "start": "concurrently --kill-others \"npm run build:watch\" \"npm run storybook\"",
    "build": "gulp",
    "build:watch": "gulp watch",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JodusNodus/react-qr-reader.git"
  },
  "keywords": [
    "react",
    "qr",
    "qrcode",
    "qrreader"
  ],
  "author": "thomas billiet",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JodusNodus/react-qr-reader/issues"
  },
  "homepage": "https://github.com/JodusNodus/react-qr-reader#readme",
  "devDependencies": {
    "@storybook/addon-actions": "8.6.14",
    "@storybook/addon-links": "8.6.14",
    "@storybook/addons": "7.6.17",
    "@storybook/react": "8.6.14",
    "babel-cli": "6.8.0",
    "babel-core": "6.26.3",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-react": "6.24.1",
    "babel-preset-stage-0": "6.5.0",
    "babel-runtime": "6.26.0",
    "concurrently": "6.0.2",
    "del": "2.2.2",
    "gulp": "4.0.0",
    "gulp-babel": "6.1.3",
    "gulp-concat": "2.6.1",
    "gulp-inline-str": "0.1.0",
    "gulp-uglify": "2.0.0",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "publint": "0.1.8",
    "@types/react": "19.1.3",
    "@types/react-dom": "19.1.3"
  },
  "peerDependencies": {
    "react": "^18.3.0 || ^19.1.0",
    "react-dom": "^18.3.0 || ^19.1.0"
  },
  "dependencies": {
    "jsqr": "1.2.0",
    "prop-types": "15.7.2",
    "webrtc-adapter": "7.2.1",
    "publint": "0.1.8"
  },
  "optionalDependencies": {
    "fsevents": "1.2.13"
  }
}
