{
  "name": "otp-angular",
  "version": "1.0.1",
  "license": "MIT",
  "homepage": "https://github.com/subha-patra/otp-angular#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/subha-patra/otp-angular"
  },
  "bugs": {
    "url": "https://github.com/subha-patra/otp-angular/issues"
  },
  "keywords": [
    "angular",
    "otp-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",
    "angular otp verification with resend option",
    "resend otp"
  ],
  "peerDependencies": {
    "@angular/common": "^20.0.0",
    "@angular/core": "^20.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/otp-angular.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/otp-angular.mjs"
    }
  }
}