UNPKG

@ngxpert/input-otp

Version:

One-time password input component for Angular.

51 lines (50 loc) 1.07 kB
{ "name": "@ngxpert/input-otp", "version": "1.0.3", "description": "One-time password input component for Angular.", "keywords": [ "angular", "otp", "input", "accessible" ], "author": { "name": "ngxpert", "url": "https://github.com/ngxpert" }, "repository": { "type": "git", "url": "https://github.com/ngxpert/input-otp" }, "bugs": { "url": "https://github.com/ngxpert/input-otp/issues" }, "license": "MIT", "peerDependencies": { "@angular/common": ">=19.0.0", "@angular/core": ">=19.0.0", "@angular/forms": ">=19.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "schematics": "./schematics/collection.json", "ng-add": { "save": "dependencies" }, "publishConfig": { "access": "public" }, "module": "fesm2022/ngxpert-input-otp.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngxpert-input-otp.mjs" } } }