{
  "name": "ngx-show-hide-password",
  "version": "22.0.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/osahner/ngx-show-hide-password.git"
  },
  "author": {
    "name": "Oliver Sahner",
    "email": "osahner@gmail.com",
    "url": "https://osahner.github.io/"
  },
  "keywords": [
    "angular",
    "bootstrap",
    "password"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/osahner/ngx-show-hide-password/issues"
  },
  "homepage": "https://github.com/osahner/ngx-show-hide-password#readme",
  "peerDependencies": {
    "@angular/common": "^22",
    "@angular/core": "^22",
    "@fortawesome/angular-fontawesome": "^5",
    "@fortawesome/fontawesome-svg-core": "^7.2",
    "@fortawesome/free-solid-svg-icons": "^7.2"
  },
  "module": "fesm2022/ngx-show-hide-password.mjs",
  "typings": "types/ngx-show-hide-password.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-show-hide-password.d.ts",
      "default": "./fesm2022/ngx-show-hide-password.mjs"
    }
  },
  "sideEffects": false,
  "type": "module",
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with partial compilation mode, before attempting to publish.\\n')\" && exit 1"
  }
}