UNPKG

sprintcheck-expo

Version:

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

31 lines (30 loc) 696 B
{ "name": "sprintcheck-expo-plugin", "version": "1.0.0", "description": "Expo config plugin for SprintCheck SDK", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc", "clean": "rm -rf build", "prepublishOnly": "npm run clean && npm run build" }, "keywords": [ "expo", "config-plugin", "sprintcheck", "bvn", "nin", "identity-verification" ], "author": "SamjiDiamond <samjidiamond@gmail.com>", "license": "MIT", "devDependencies": { "@expo/config-plugins": "^8.0.0", "@expo/config-types": "^51.0.0", "typescript": "^5.0.0" }, "peerDependencies": { "@expo/config-plugins": "^8.0.0" } }