@monadstech/react-native-use-otp-verify
Version:
React Native hook wrapper for use-otp-verify
48 lines (47 loc) • 1.03 kB
JSON
{
"name": "@monadstech/react-native-use-otp-verify",
"version": "1.0.10",
"description": "React Native hook wrapper for use-otp-verify",
"main": "lib/index.js",
"types": "index.d.ts",
"license": "MIT",
"author": {
"name": "Pankaj Vaghela",
"email": "vpankaj1998official@gmail.com"
},
"homepage": "https://github.com/MonadsTech/react-native-use-otp-verify",
"repository": {
"type": "git",
"url": "https://github.com/MonadsTech/react-native-use-otp-verify"
},
"files": [
"lib/**/*",
"index.d.ts"
],
"keywords": [
"react",
"native",
"react native",
"otp",
"verify",
"android",
"hook",
"retrieve",
"otp read"
],
"scripts": {
"build": "tsc",
"prepare": "yarn build"
},
"dependencies": {
"react-native-otp-verify": "^1.0.3"
},
"peerDependencies": {
"react-native": "^0.57.3",
"react-native-otp-verify": "^1.0.3"
},
"devDependencies": {
"@types/react-native": "^0.63.10",
"typescript": "^4.0.2"
}
}