{
    "name": "react-qr-barcode-scanner-18",
    "version": "1.2.2",
    "description": "A simple React Component using the client's webcam to read barcodes and QR codes.",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "author": "Jamena McInteer (https://jamena.dev)",
    "files": [
        "dist"
    ],
    "scripts": {
        "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx --fix",
        "build": "tsc --build tsconfig.json",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/jamenamcinteer/react-qr-barcode-scanner.git"
    },
    "keywords": [
        "react",
        "webcam",
        "barcode",
        "scanner",
        "qr",
        "qrcode",
        "camera"
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/jamenamcinteer/react-qr-barcode-scanner/issues"
    },
    "homepage": "https://github.com/jamenamcinteer/react-qr-barcode-scanner#readme",
    "peerDependencies": {
        "react": "^18.2.0",
        "react-dom": "^18.2.0"
    },
    "dependencies": {
        "@types/react": "^18.0.27",
        "@zxing/library": "^0.17.0",
        "react-webcam": "^5.0.1"
    },
    "devDependencies": {
        "@typescript-eslint/eslint-plugin": "^5.51.0",
        "@typescript-eslint/parser": "^5.51.0",
        "eslint": "^8.33.0",
        "eslint-plugin-react": "^7.32.2",
        "typescript": "^4.9.5"
    }
}
