react-custom-otp-input
Version:
A Reusable react custom otp (One-Time Password) input
40 lines (39 loc) • 1.13 kB
JSON
{
"name": "react-custom-otp-input",
"version": "0.0.9",
"description": "A Reusable react custom otp (One-Time Password) input",
"homepage": "https://github.com/khrisbreezy/react-custom-otp-input",
"repository": "https://github.com/khrisbreezy/react-custom-otp-input",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rollup": "rollup -c --bundleConfigAsCjs"
},
"author": "Abolarin Oyinlola",
"keywords": [
"react",
"otp",
"custom",
"customizable"
],
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/react": "^18.3.12",
"react": "^18.3.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-scss": "^3.0.0",
"sass": "^1.81.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
},
"dependencies": {
"rollup-plugin-postcss": "^4.0.2"
}
}