react-native-otp-verify-remastered
Version:
[DEPRECATED] This package is no longer maintained. Please use @pushpendersingh/react-native-otp-verify instead.
37 lines (36 loc) • 1.14 kB
JSON
{
"name": "react-native-otp-verify-remastered",
"version": "1.2.0",
"description": "[DEPRECATED] This package is no longer maintained. Please use @pushpendersingh/react-native-otp-verify instead.",
"deprecated": "This package is deprecated. Please migrate to @pushpendersingh/react-native-otp-verify for React Native >= 0.76 with new architecture support, better APIs, and active maintenance.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [
"react-native",
"Android",
"SMS",
"OTP",
"Verification",
"Sms-retreiver",
"remastered"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:pushpender-singh-ap/react-native-otp-verify-remastered.git"
},
"bugs": {
"url": "https://github.com/pushpender-singh-ap/react-native-otp-verify-remastered/issues"
},
"homepage": "https://github.com/pushpender-singh-ap/react-native-otp-verify-remastered#readme",
"peerDependencies": {
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.66",
"typescript": "^3.1.3"
}
}