{
  "name": "react-native-otp-entry",
  "version": "1.8.5",
  "description": "A fully modifiable OTP Input Component for React Native",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "!dist/src/**/__tests__"
  ],
  "repository": "git@github.com:anday2000/react-native-otp-entry.git",
  "scripts": {
    "test": "jest .",
    "ts:check": "tsc --noEmit",
    "test:watch": "jest --watch",
    "test:coverage": "jest --collectCoverage --coverageDirectory=\"./coverage\"",
    "build:dev": "tsc",
    "build:prod": "tsc -p tsconfig.prod.json",
    "prepublishOnly": "npm install && npm run test && npm run ts:check && npm run build:prod",
    "prepare": "npm run build:prod"
  },
  "keywords": [
    "react-native",
    "react native",
    "react-native-app",
    "react-native-component",
    "react-native-input",
    "react-native-otp",
    "react-native-otp-verify",
    "react-native-otp-input",
    "react-native-otp-entry",
    "react-native-otp-text-input",
    "rn",
    "anday",
    "anday013",
    "anday2000",
    "otp",
    "react",
    "otp",
    "input",
    "rn",
    "otp",
    "entry"
  ],
  "author": "anday013 <anday.ismayilzada@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@testing-library/jest-native": "^5.4.3",
    "@testing-library/react-native": "^12.3.0",
    "@types/jest": "^29.5.4",
    "@types/react": "^18.2.12",
    "jest": "^29.7.0",
    "prettier": "^3.0.2",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  }
}
