sprintcheckrn
Version:
SprintcheckRN: React Native SDK for identity verification (BVN, NIN, Facial) with Expo support
61 lines • 2.17 kB
JSON
{
"name": "sprintcheckrn",
"version": "1.1.4",
"private": false,
"main": "SprintCheck.ts",
"types": "SprintCheck.ts",
"description": "SprintcheckRN: React Native SDK for identity verification (BVN, NIN, Facial) with Expo support",
"keywords": ["react-native", "sdk", "bvn", "nin", "identity", "verification", "facial"],
"author": "SamjiDiamond <samjidiamond@gmail.com>",
"license": "MIT",
"files": [
"SprintCheck.ts",
"android/src",
"android/build.gradle",
"android/gradle.properties",
"android/settings.gradle",
"scripts/check-gradle-repos.js"
],
"scripts": {
"postinstall": "node ./scripts/check-gradle-repos.js",
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"build:expo-plugin": "cd expo/plugin && npm run build",
"expo:prebuild": "expo prebuild",
"expo:android": "expo run:android",
"setup:expo": "node ./scripts/setup-expo.js",
"test:expo": "node ./scripts/test-expo.js",
"test:expo-clean": "node -e \"const fs=require('fs'); const path=require('path'); ['test-expo-app/android','test-expo-app/ios'].forEach(dir => { try { fs.rmSync(dir, {recursive:true, force:true}); } catch(e) {} });\" && npm run test:expo"
},
"dependencies": {
"react": "19.1.0",
"react-native": "0.80.1",
"@react-native/new-app-screen": "0.80.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "19.0.0",
"@react-native-community/cli-platform-android": "19.0.0",
"@react-native-community/cli-platform-ios": "19.0.0",
"@react-native/babel-preset": "0.80.1",
"@react-native/eslint-config": "0.80.1",
"@react-native/metro-config": "0.80.1",
"@react-native/typescript-config": "0.80.1",
"@types/jest": "^29.5.13",
"@types/react": "^19.1.0",
"@types/react-test-renderer": "^19.1.0",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "19.1.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}