UNPKG

@socure-inc/docv-react-native

Version:

The Predictive Document Verification (DocV) SDK React Native bridge allows you to use the DocV SDK v4 for Android and iOS in your React Native application.

41 lines (40 loc) 1.17 kB
{ "name": "@socure-inc/docv-react-native", "version": "5.0.4", "description": "The Predictive Document Verification (DocV) SDK React Native bridge allows you to use the DocV SDK v4 for Android and iOS in your React Native application.", "main": "src/index", "types": "dist/index.d.ts", "keywords": [ "react-native", "ios", "android", "socure", "socure-docv", "document-verification" ], "repository": { "type": "git", "url": "https://github.com/socure-inc/socure-docv-demo-app-react-native.git" }, "author": "Socure <support@socure.com>", "license": "SEE LICENSE IN License.txt", "homepage": "https://github.com/socure-inc/socure-docv-demo-app-react-native", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "peerDependencies": { "react": ">=16.13.1", "react-native": ">=0.66.0" }, "devDependencies": { "@types/react": "^18.0.27", "@types/react-native": "^0.71.1", "react": "17.0.2", "react-native": "0.68.2", "typescript": "^4.9.4" }, "scripts": { "prepack": "tsc -p tsconfig.json", "test": "echo \"Error: no test specified\" && exit 1" } }