UNPKG

@regulaforensics/idv

Version:

This is an npm module for Regula IDV, which unifies access to all Regula products. This plugin makes possible to use it with react-native, cordova and capacitor applications. Supports Android and iOS.

29 lines 943 B
{ "name": "idv", "main": "./index.tsx", "scripts": { "setup": "scripts/setup.sh", "ios": "scripts/ios.sh", "android": "scripts/android.sh", "start": "expo start" }, "dependencies": { "@regulaforensics/idv": "3.2.23-beta", "@regulaforensics/document-reader": "8.4.312-beta", "@regulaforensics/face-sdk": "7.2.455-beta", "@regulaforensics/document-reader-core-fullauthrfid": "8.4.271-beta", "@regulaforensics/face-core-basic": "7.3.280-beta", "@regulaforensics/idv-module-document-reader": "3.2.29-beta", "@regulaforensics/idv-module-face": "3.2.28-beta", "react-native": "^0.81.4", "react-native-webview": "^13.16.0", "@react-native/metro-config": "^0.81.1", "react": "^19.1.1", "@types/react": "^19.1.13", "expo": "^54.0.7", "expo-dev-client": "^6.0.12", "expo-custom-assets": "^1.5.0", "expo-build-properties": "^1.0.8", "typescript": "5.9.2" } }