UNPKG

react-qr-barcode-scanner

Version:

A simple React Component using the client's webcam to read barcodes and QR codes.

54 lines (53 loc) 1.45 kB
{ "name": "react-qr-barcode-scanner", "version": "2.1.6", "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", "type": "module", "author": "Jamena McInteer (https://jamena.dev)", "files": [ "dist" ], "scripts": { "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx --fix", "build": "rm -rf dist && tsc --build tsconfig.json --declaration", "test": "echo \"Error: no test specified\" && exit 1", "release": "standard-version" }, "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", "dependencies": { "@zxing/library": "^0.21.3", "react-webcam": "^7.2.0" }, "devDependencies": { "@types/react": "^19.1.2", "@typescript-eslint/eslint-plugin": "^8.30.0", "@typescript-eslint/parser": "^8.30.0", "eslint": "^9.24.0", "eslint-plugin-react": "^7.37.5", "standard-version": "^9.5.0", "typescript": "^5.8.3" }, "peerDependencies": { "react": "^19.1.0", "react-dom": "^19.1.0" } }