UNPKG

@socure-inc/docv-react-native

Version:

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

132 lines (131 loc) 3.25 kB
{ "name": "@socure-inc/docv-react-native", "version": "5.1.3", "description": "The Predictive Document Verification (DocV) SDK React Native bridge allows you to use the DocV SDK v5 for Android and iOS in your React Native application.", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "cpp", "socure-docv-react-native.podspec", "!lib/typescript/example", "!android/build", "!android/.gradle", "!android/.settings", "!android/local.properties", "!ios/build", "!ios/**/xcuserdata", "!ios/**/xcshareddata", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.dccache" ], "keywords": [ "react-native", "ios", "android", "socure", "socure-docv", "document-verification" ], "repository": { "type": "git", "url": "git+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": { "@commitlint/config-conventional": "^11.0.0", "@react-native-community/eslint-config": "^2.0.0", "@tsconfig/react-native": "^3.0.5", "@types/jest": "^29.5.12", "@types/react": "^18.3.3", "@types/react-native": "0.62.13", "@types/react-test-renderer": "^18.3.0", "commitlint": "^19.0.0", "eslint": "^7.2.0", "eslint-config-prettier": "^7.0.0", "eslint-plugin-prettier": "^3.1.3", "husky": "^4.2.5", "jest": "^26.0.1", "pod-install": "^0.1.0", "prettier": "^2.0.5", "react": "18.2.0", "react-native": "0.72.8", "react-native-builder-bob": "^0.18.3", "typescript": "^5.5.3" }, "scripts": { "test": "jest", "typescript": "tsc", "lint": "eslint \"**/*.{js,ts,tsx}\"", "lint:fix": "eslint \"**/*.{js,ts,tsx}\" --fix", "prepare": "yarn typescript && bob build", "bootstrap": "yarn install" }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "eslintConfig": { "root": true, "extends": [ "@react-native-community", "prettier" ], "rules": { "prettier/prettier": [ "error", { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false } ] } }, "eslintIgnore": [ "node_modules/", "lib/" ], "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module" ] } }