{
  "name": "@krozamdev/vue-masked-password",
  "version": "1.0.2",
  "license": "MIT",
  "description": "The InputMaskingPassword component is a password input field that includes masking functionality (hiding characters as the user types) and allows toggling to show or hide the password. It uses the @krozamdev/masked-password library to apply the masking and supports custom mask characters. The component also handles password input changes by passing the raw (unmasked) value via a callback function.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/krozamdev/vue-masked-password.git"
  },
  "bugs": {
    "url": "https://github.com/krozamdev/vue-masked-password/issues"
  },
  "homepage": "https://github.com/krozamdev/vue-masked-password#readme",
  "keywords": [
    "vue",
    "vuejs",
    "vuets",
    "password",
    "masking",
    "input",
    "input masking",
    "password masking",
    "prevent password manager",
    "ignore password manager",
    "input field utility",
    "form utilities",
    "typescript",
    "javascript",
    "masked input",
    "original value retrieval",
    "frontend tools",
    "lightweight",
    "vue password input",
    "vue input masking component",
    "show hide password input",
    "vue password masking",
    "typescript input masking",
    "secure password input",
    "vue form utilities",
    "password protection vue",
    "input masking for forms",
    "javascript masked input"
  ],
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@krozamdev/masked-password": "^1.1.5"
  },
  "peerDependencies": {
    "@krozamdev/masked-password": "^1.1.5",
    "vue" : "^3.2.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@types/vue": "^2.0.0",
    "rollup": "^4.32.0",
    "rollup-plugin-typescript2": "^0.36.0",
    "rollup-plugin-vue": "^6.0.0",
    "typescript": "^5.7.3"
  },
  "scripts": {
    "build": "rollup -c"
  }
}
