UNPKG

react-native-dojah-sdks

Version:

> https://github.com/dojah-inc/React-native-SDK

64 lines (63 loc) 1.52 kB
{ "name": "react-native-dojah-sdks", "version": "0.1.4", "main": "lib/index.js", "repository": { "type": "git", "url": "git+https://github.com/dojah-inc/React-native-SDK.git" }, "bugs": { "url": "https://github.com/dojah-inc/React-native-SDK/issues" }, "homepage": "https://github.com/dojah-inc/React-native-SDK#readme", "engines": { "node": ">=10" }, "keywords": [ "react", "services", "financial", "fin-tech", "kyc", "messaging", "general", "purchase", "sms", "Financial Services", "KYC Services", "Messaging Services", "General Services", "Purchase Services" ], "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "peerDependencies": { "@react-native-async-storage/async-storage": "^1.23.1", "react": "^18.2.0", "react-native": "^0.74.3", "react-native-geolocation-service": "^5.3.1", "react-native-permissions": "^3.10.1", "react-native-webview": "^13.12.0" }, "devDependencies": { "@babel/core": "^7.24.7", "@babel/runtime": "^7.24.7", "@react-native-community/eslint-config": "^3.2.0", "babel-jest": "^29.7.0", "eslint": "^9.6.0", "jest": "^29.7.0", "metro-react-native-babel-preset": "^0.77.0", "react-test-renderer": "18.3.1" }, "jest": { "preset": "react-native" }, "dependencies": { "react-native": "^0.74.3" } }