UNPKG

ngx-otp-pin-input

Version:

An Angular library for OTP input fields, providing a customizable and user-friendly way to handle one-time passwords.

43 lines 1.02 kB
{ "name": "ngx-otp-pin-input", "version": "1.0.2", "description": "An Angular library for OTP input fields, providing a customizable and user-friendly way to handle one-time passwords.", "keywords": [ "angular", "angular-otp-input", "otp-input", "otp", "one-time-password", "otp-field", "otp-component", "otp-input-field", "angular-input" ], "author": "vipinkc4", "license": "MIT", "peerDependencies": { "@angular/common": "^17.3.0", "@angular/core": "^17.3.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "private": false, "publishConfig": { "access": "public" }, "module": "fesm2022/ngx-otp-pin-input.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ngx-otp-pin-input.mjs", "esm": "./esm2022/ngx-otp-pin-input.mjs", "default": "./fesm2022/ngx-otp-pin-input.mjs" } } }