UNPKG

react-native-scanbot-sdk

Version:

Scanbot Document and Barcode Scanner SDK React Native Plugin for Android and iOS

177 lines (176 loc) 3.99 kB
{ "name": "react-native-scanbot-sdk", "title": "Scanbot Document and Barcode Scanner SDK for React Native", "version": "6.2.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 .", "docgen": "typedoc", "expo:plugin": "tsc --build plugin", "build": "bob build", "prepare": "bob build && npm run expo:plugin && npm run docgen" }, "keywords": [ "react native", "android", "app", "barcode", "camera", "cropping", "document detection", "document scanner", "edge detection", "filter", "image filter", "image processing", "ios", "mobile", "mobile scanner", "mrz", "machine-readable zone", "ocr", "optical character recognition", "pdf creation", "qr qrcode", "recognition", "scan", "scanning", "scanner", "scanbot", "scanbot-sdk", "scanner-sdk", "scanning-sdk", "sdk", "tiff", "jpg", "1d-barcode", "2d-barcode", "ean", "upc", "data", "matrix", "pdf-417" ], "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", "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", "eslintConfig": { "root": true, "extends": [ "@react-native", "prettier" ], "rules": { "@typescript-eslint/no-unused-vars": 0, "prettier/prettier": [ "error", { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false, "printWidth": 100 } ] } }, "eslintIgnore": [ "node_modules/", "lib/", "scanbot-sdk-common/", "jenkins/" ], "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false, "printWidth": 100 }, "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" } } } }