otp-gen-ui
Version:
Generate OTP and render customizable input boxes for React
35 lines (34 loc) • 758 B
JSON
{
"name": "otp-gen-ui",
"version": "1.0.0",
"description": "Generate OTP and render customizable input boxes for React",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --dts --format esm,cjs --out-dir dist"
},
"keywords": [
"otp",
"react",
"otp-input",
"otp-box",
"otp-ui",
"otp-generator"
],
"author": "npdevind",
"license": "MIT",
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.4",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
}
}