UNPKG

dynamsoft-capture-vision-react-native

Version:

The Dynamsoft Capture Vision React Native SDK provides a wrapper for building barcode scanning, document scanning and MRZ scanning applications with React Native.

63 lines (62 loc) 1.7 kB
{ "name": "dynamsoft-capture-vision-react-native", "title": "Dynamsoft Capture Vision React Native", "version": "3.0.5100", "description": "The Dynamsoft Capture Vision React Native SDK provides a wrapper for building barcode scanning, document scanning and MRZ scanning applications with React Native.", "homepage": "https://github.com/Dynamsoft/capture-vision-react-native-samples", "main": "src/index.tsx", "files": [ "README.md", "android", "src", "ios", "*.podspec", "!ios/build", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!node_modules" ], "scripts": { "test": "jest", "typecheck": "tsc" }, "keywords": [ "react-native", "barcode", "PDF417", "QRCode", "DataMatrix", "Linear barcode", "1D barcode" ], "author": { "name": "Dynamsoft", "url": "https://www.dynamsoft.com", "email": "support@dynamsoft.com" }, "license": "Apache-2.0", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "peerDependencies": { "react": ">=16.8.1", "react-native": ">=0.71.0-rc.0 <1.0.x" }, "devDependencies": { "@babel/preset-env": "^7.1.6", "@react-native-community/cli": "13.6.4", "@react-native/typescript-config": "0.75.2", "@tsconfig/react-native": "3.0.0", "@types/jest": "29.5.5", "@types/react": "18.2.20", "@types/react-native": "0.72.4", "jest": "^29.7.0", "prettier": "3.0.3", "react": "18.3.1", "react-native": "0.75.2", "typedoc": "^0.27.7", "typescript": "5.2.2" } }