@ngxpert/input-otp
Version:
One-time password input component for Angular.
51 lines (50 loc) • 1.11 kB
JSON
{
"name": "@ngxpert/input-otp",
"version": "3.0.0",
"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": "types/ngxpert-input-otp.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ngxpert-input-otp.d.ts",
"default": "./fesm2022/ngxpert-input-otp.mjs"
}
}
}