{
  "name": "react-native-scanbot-sdk",
  "title": "Scanbot Document and Barcode Scanner SDK for React Native",
  "version": "7.0.1",
  "description": "Scanbot Document and Barcode Scanner SDK React Native Plugin for Android and iOS",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "ui_v2",
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "README.md",
    "Libraries.txt",
    "LICENSE",
    "plugin",
    "app.plugin.js",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "eslint --fix --ext .ts,.tsx .",
    "format": "prettier src --write ",
    "docgen": "typedoc",
    "expo:plugin": "tsc --build plugin",
    "build": "bob build",
    "prepare": "bob build && npm run expo:plugin && npm run docgen"
  },
  "keywords": [
    "android",
    "app",
    "document-scanner",
    "document-scanning",
    "document-reader",
    "document-detection",
    "mobile-scanner",
    "mobile-scanning",
    "pdf",
    "scanner",
    "scanning",
    "scan",
    "scanbot",
    "sdk",
    "jpg",
    "tiff",
    "image-detection",
    "mrz",
    "ocr",
    "react native",
    "plugin",
    "native",
    "machine-readable zone",
    "optical character recognition",
    "edge detection"
  ],
  "author": "Scanbot SDK GmbH <sdk@scanbot.io> (https://scanbot.io)",
  "license": "Commercial",
  "readmeFilename": "README.md",
  "homepage": "https://scanbot.io/developer/react-native-document-scanner",
  "contributors": [
    {
      "name": "Scanbot SDK GmbH",
      "email": "sdk@scanbot.io",
      "url": "https://scanbot.io"
    }
  ],
  "dependencies": {
    "@expo/config-plugins": "9.0.14"
  },
  "devDependencies": {
    "@react-native-community/cli": "latest",
    "@react-native/eslint-config": "^0.73.1",
    "@types/react": "^18.2.44",
    "eslint": "^8.51.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.1",
    "prettier": "^3.0.3",
    "prettier-plugin-organize-imports": "^4.1.0",
    "react": "18.3.1",
    "react-native": "0.77.0",
    "react-native-builder-bob": "^0.23.2",
    "typedoc": "^0.25.13",
    "typedoc-plugin-rename-defaults": "^0.7.0",
    "typescript": "5.2.2"
  },
  "resolutions": {
    "@types/react": "^18.2.44"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": ">=0.73"
  },
  "packageManager": "yarn@3.6.1",
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "codegenConfig": {
    "name": "RNScanbotScannerViewSpec",
    "type": "components",
    "jsSrcsDir": "src/components/spec",
    "ios": {
      "componentProvider": {
        "ScanbotDocumentScannerView": "RNScanbotDocumentScannerView",
        "ScanbotBarcodeScannerView": "RNScanbotBarcodeScannerView"
      }
    }
  }
}
