{
  "name": "wts-otp",
  "version": "19.0.4",
  "license": "MIT",
  "displayName": "WTS Multidigits OTP",
  "author": {
    "name": "Suman Mandal"
  },
  "keywords": [
    "angular 17 one time password",
    "otp",
    "angular",
    "angular 17",
    "angular 19",
    "typeScript"
  ],
  "description": "An Angular library that simplifies the integration of OTP (One-Time Password) input fields into your Angular applications. This library offers customizable and secure OTP input components to enhance user authentication experiences.",
  "peerDependencies": {
    "@angular/common": "^19.0.3",
    "@angular/core": "^19.0.3"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/wts-otp.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/wts-otp.mjs"
    }
  }
}