{
  "name": "dynamsoft-capture-vision-react-native",
  "title": "Dynamsoft Capture Vision React Native",
  "version": "3.6.2000",
  "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",
    "app.plugin.js"
  ],
  "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"
  },
  "codegenConfig": {
    "name": "DynamsoftCaptureVisionSpec",
    "type": "all",
    "jsSrcsDir": "src",
    "android": {
      "javaPackageName": "com.dynamsoft.reactnativelib"
    }
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-native": {
      "optional": true
    }
  }
}
