UNPKG

ngx-otp-input

Version:

One Time Password input library for Angular (14+)

46 lines 1.05 kB
{ "name": "ngx-otp-input", "version": "1.1.4", "peerDependencies": { "@angular/common": ">=14.0.0", "@angular/core": ">=14.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/pkovzz/ngx-otp-input" }, "bugs": { "url": "https://github.com/pkovzz/ngx-otp-input/issues" }, "homepage": "https://github.com/pkovzz/ngx-otp-input", "description": "One Time Password input library for Angular (14+)", "keywords": [ "one time password", "otp", "angular", "ng2", "ngx", "ngx-otp-input", "sms code", "sms" ], "author": "Péter Kovács", "license": "MIT", "module": "fesm2022/ngx-otp-input.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ngx-otp-input.mjs", "esm": "./esm2022/ngx-otp-input.mjs", "default": "./fesm2022/ngx-otp-input.mjs" } } }