@kunlexze1/react-native-otp-timer
Version:
OTP input component + countdown timer hook for React Native (using react-native-otp-entry)
50 lines (49 loc) • 1.19 kB
JSON
{
"name": "@kunlexze1/react-native-otp-timer",
"version": "1.0.0",
"description": "OTP input component + countdown timer hook for React Native (using react-native-otp-entry)",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"react-native": "dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsup",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build",
"typecheck": "tsc --noEmit"
},
"keywords": [
"react-native",
"otp",
"timer",
"countdown",
"otp-input",
"react-native-otp-entry"
],
"author": "Your Name <you@example.com>",
"license": "MIT",
"peerDependencies": {
"react": ">=17",
"react-native": ">=0.71",
"react-native-otp-entry": "^1.8.4"
},
"devDependencies": {
"@types/react": "^19.1.0",
"rimraf": "^6.0.1",
"tsup": "^8.0.1",
"typescript": "~5.4.0"
}
}