UNPKG

sprintcheck-expo

Version:

SprintCheck SDK for Expo - Identity verification (BVN, NIN, Facial) for React Native Expo projects

51 lines (50 loc) 1.12 kB
{ "name": "sprintcheck-expo", "version": "1.0.5", "description": "SprintCheck SDK for Expo - Identity verification (BVN, NIN, Facial) for React Native Expo projects", "main": "src/SprintCheckExpo.ts", "types": "src/SprintCheckExpo.ts", "keywords": [ "expo", "react-native", "sdk", "bvn", "nin", "identity", "verification", "facial", "kyc" ], "author": "SamjiDiamond <samjidiamond@gmail.com>", "license": "MIT", "files": [ "src/", "plugin/build/", "plugin/package.json", "android/src", "android/build.gradle", "android/gradle.properties", "react-native.config.js" ], "scripts": { "build": "cd plugin && npm run build", "clean": "cd plugin && npm run clean", "prepublishOnly": "npm run build" }, "peerDependencies": { "react": "*", "react-native": "*", "expo": ">=49.0.0", "sprintcheckrn": "1.0.0" }, "devDependencies": { "@expo/config-plugins": "^8.0.0", "@expo/config-types": "^51.0.0", "typescript": "^5.0.0" }, "expo": { "plugins": [ "./plugin/build/index.js" ] } }