react-native-scanbot-sdk
Version:
Scanbot Document and Barcode Scanner SDK React Native Plugin for Android and iOS
91 lines (90 loc) • 1.97 kB
JSON
{
"name": "react-native-scanbot-sdk",
"title": "Scanbot Document and Barcode Scanner SDK for React Native",
"version": "4.14.0",
"description": "Scanbot Document and Barcode Scanner SDK React Native Plugin for Android and iOS",
"main": "src/index.js",
"files": [
"src/*.js",
"src/*.ts",
"src/components/**/*.js",
"src/components/**/*.ts",
"src/components/**/*.tsx",
"android/**",
"ios/**",
"README.md",
"Libraries.txt",
"RNScanbotSDK.podspec",
"LICENSE",
"copy-shared-library.js"
],
"scripts": {
"postinstall": "node copy-shared-library.js"
},
"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"
],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"author": "Scanbot / doo GmbH",
"license": "Commercial",
"readmeFilename": "README.md",
"homepage": "https://scanbot.io",
"contributors": [
{
"name": "Scanbot",
"email": "sdk@scanbot.io",
"url": "https://scanbot.io"
}
],
"devDependencies": {
"@react-native-community/eslint-config": "^3.0.1",
"@types/react-native": "^0.66.11",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.25.1",
"typescript": "^4.4.2"
}
}