{
  "name": "bootstrap-show-password-toggle",
  "version": "1.4.1",
  "description": "A show password as text toggle for Bootstrap",
  "keywords": [
    "bootstrap",
    "forms",
    "password"
  ],
  "homepage": "https://github.com/coliff/bootstrap-show-password-toggle",
  "bugs": {
    "url": "https://github.com/coliff/bootstrap-show-password-toggle/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coliff/bootstrap-show-password-toggle.git"
  },
  "funding": {
    "type": "PayPal",
    "url": "https://paypal.me/coliff"
  },
  "license": "MIT",
  "files": [
    "css/*",
    "js/*",
    "LICENSE",
    "package.json",
    "README.md",
    "scss/*"
  ],
  "author": "Christian Oliff (https://christianoliff.com)",
  "scripts": {
    "build": "npm-run-all css-lint css-compile css-minify js-lint js-minify",
    "css": "npm-run-all css-lint css-compile css-minify",
    "css-compile": "sass --style expanded --source-map --embed-sources scss:css",
    "css-lint": "stylelint \"scss/*.scss\" --fix",
    "css-minify": "cleancss -O1 --format breakWith=lf --output css/show-password-toggle.min.css css/show-password-toggle.css",
    "js-lint": "eslint js/show-password-toggle.js --fix",
    "js-minify": "terser --ecma 5 --keep-classnames --keep-fnames --output js/show-password-toggle.min.js -- js/show-password-toggle.js",
    "prettier": "npx prettier --write \"**/*.{css,js,json,scss,yml}\"",
    "test": "npm-run-all css-lint js-lint"
  },
  "devDependencies": {
    "clean-css-cli": "5.6.2",
    "eslint": "8.50.0",
    "npm-run-all": "4.1.5",
    "sass": "1.68.0",
    "stylelint": "15.10.3",
    "stylelint-config-twbs-bootstrap": "11.0.1",
    "terser": "5.20.0"
  }
}
