otp-validator-react
Version:
A customizable OTP input validator for React
36 lines (35 loc) • 854 B
JSON
{
"name": "otp-validator-react",
"version": "1.0.1",
"description": "A customizable OTP input validator for React",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/OTPValidator.js",
"scripts": {
"build": "microbundle --jsx React.createElement",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"microbundle": "^0.15.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"files": [
"dist"
],
"keywords": [
"react",
"otp",
"validator",
"one-time password",
"component"
],
"author": "Akash Tayade akashtayade5668@gmail.com",
"license": "MIT"
}