@msg91comm/react-native-sendotp
Version:
The SendOtp Verification SDK makes verifying phone numbers easy. SDK supports the verification of phone numbers via SMS & Calls.
36 lines (35 loc) • 984 B
JSON
{
"name": "@msg91comm/react-native-sendotp",
"version": "3.1.0",
"private": false,
"description": "The SendOtp Verification SDK makes verifying phone numbers easy. SDK supports the verification of phone numbers via SMS & Calls.",
"main": "src/App.tsx",
"author": "Walkover",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Walkover-Web-Solution/MSG91-OTP-React-Native.git"
},
"bugs": {
"url": "https://github.com/Walkover-Web-Solution/MSG91-OTP-React-Native/issues"
},
"homepage": "https://github.com/Walkover-Web-Solution/MSG91-OTP-React-Native#readme",
"keywords": [
"msg91",
"sendOTP",
"Send OTP In React Native",
"React Native"
],
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start"
},
"dependencies": {
"react-native-webview": "*"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}