UNPKG

expo-barcode-scanner-plus

Version:

本库为expo项目提供扫描各种支持的条形码。在expo-barcode-scanner的基础上增加了Web支持

45 lines (44 loc) 1.06 kB
{ "name": "expo-barcode-scanner-plus", "title": "Expo Barcode Scanner Plus", "version": "1.0.3", "description": "本库为expo项目提供扫描各种支持的条形码。在expo-barcode-scanner的基础上增加了Web支持", "main": "src/index", "files": [ "README.md", "src" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/zeng-zhiming/expo-barcode-scanner-plus.git", "baseUrl": "https://github.com/zeng-zhiming/expo-barcode-scanner-plus" }, "keywords": [ "expo-barcode-scanner", "barcode", "scanner", "react-native", "react", "expo", "ios", "android" ], "author": { "name": "zeng-zhiming", "email": "171314432@qq.com" }, "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "dependencies": { "qr-scanner": "^1.4.2", "typescript": "^5.1.3" }, "devDependencies": { "expo-barcode-scanner": "~12.5.3", "expo-av": "~13.4.1" } }