{
  "name": "ng-otp-input",
  "version": "2.0.10",
  "description": "A fully customizable, one-time password input component for the web built with Angular.",
  "author": {
    "name": "jitender"
  },
  "homepage": "https://github.com/code-farmz/ng-otp-input#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/code-farmz/ng-otp-input"
  },
  "bugs": {
    "url": "https://github.com/code-farmz/ng-otp-input/issues"
  },
  "keywords": [
    "angular",
    "angular-otp",
    "otp-input",
    "otp",
    "angular-otp-input",
    "ng-otp",
    "ngx-otp",
    "ng-otp-input",
    "ngx-otp-input",
    "one-time-password",
    "password-input",
    "two-factor-auth",
    "2fa",
    "angular-component",
    "input-component",
    "angular-forms",
    "reactive-forms",
    "angular-otp-field",
    "custom-input",
    "ng-input",
    "otp-field",
    "auth",
    "angular-ui",
    "frontend",
    "otp-verification",
    "otp-angular",
    "otp input angular",
    "angular otp password box",
    "angular otp verification"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": ">=16.0.0",
    "@angular/core": ">=16.0.0"
  },
  "module": "fesm2022/ng-otp-input.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ng-otp-input.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}