UNPKG

react-native-abbyy-mobile-capture-sample-core-api

Version:

ABBYY Mobile Capture React Native Module allows to use the Image Capture feature of ABBYY Mobile Capture in apps based on the [React Native](https://reactnative.dev/) framework.

67 lines (66 loc) 1.6 kB
{ "name": "react-native-abbyy-mobile-capture-sample-core-api", "version": "1.0.3", "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/abbyy/MobileCapture.ReactNative.git", "baseUrl": "https://github.com/abbyy/MobileCapture.ReactNative" }, "keywords": [ "react-native", "abbyy", "mobile", "capture", "mobile capture", "mobile sdk", "OCR", "recognition", "optical character recognition", "ocr-engine", "reactnative", "data capture", "image capture", "text capture", "pdf", "ecosystem:react-native", "rtr", "sdk", "real time" ], "author": { "name": "ABBYY", "email": "sdk@abbyy.com" }, "license": "custom", "licenseFilename": "LICENSE.md", "readmeFilename": "README.md", "dependencies": { "react": "16.9.0", "react-native": "0.61.5", "react-native-abbyy-mobile-capture": "1.0.2", "react-native-fs": "^2.16.6", "react-native-share": "^3.2.0", "react-native-svg": "^12.0.3", "rn-actionsheet-module": "^1.0.3" }, "devDependencies": { "@babel/core": "^7.8.6", "@babel/runtime": "^7.8.4", "@react-native-community/eslint-config": "^0.0.7", "babel-jest": "^25.1.0", "eslint": "^6.8.0", "jest": "^25.1.0", "metro-react-native-babel-preset": "^0.58.0", "react-test-renderer": "16.9.0" }, "jest": { "preset": "react-native" } }