{
  "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"
  }
}
