{
  "name": "react-password-strength-bar",
  "version": "0.4.1",
  "description": "A React component that displays the password strength bar",
  "main": "dist/index.js",
  "scripts": {
    "start": "npm run build",
    "build": "NODE_ENV=production rollup -c --environment INCLUDE_DEPS,BUILD:production",
    "dev": "rollup -cw",
    "test": "jest --coverage --coverageReporters=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lannex/react-password-strength-bar.git"
  },
  "keywords": [
    "react",
    "password",
    "strength",
    "bar",
    "zxcvbn"
  ],
  "author": "lannex.shin@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lannex/react-password-strength-bar/issues"
  },
  "homepage": "https://github.com/lannex/react-password-strength-bar#readme",
  "devDependencies": {
    "@types/enzyme": "3.10.9",
    "@types/enzyme-adapter-react-16": "1.0.6",
    "@types/eslint": "7.28.0",
    "@types/eslint-plugin-prettier": "3.1.0",
    "@types/jest": "27.0.2",
    "@types/prettier": "2.4.1",
    "@types/react": "17.0.27",
    "@types/react-dom": "17.0.9",
    "@types/zxcvbn": "4.4.1",
    "@typescript-eslint/eslint-plugin": "4.33.0",
    "@typescript-eslint/parser": "4.33.0",
    "coveralls": "3.1.1",
    "enzyme": "3.11.0",
    "enzyme-adapter-react-16": "1.15.6",
    "eslint": "7.32.0",
    "eslint-config-airbnb": "18.2.1",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "2.24.2",
    "eslint-plugin-jsx-a11y": "6.4.1",
    "eslint-plugin-prettier": "4.0.0",
    "eslint-plugin-react": "7.26.1",
    "eslint-plugin-react-hooks": "4.2.0",
    "jest": "27.2.4",
    "prettier": "2.4.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "rollup": "1.31.1",
    "rollup-plugin-commonjs": "10.1.0",
    "rollup-plugin-node-resolve": "5.2.0",
    "rollup-plugin-peer-deps-external": "2.2.2",
    "rollup-plugin-replace": "2.2.0",
    "rollup-plugin-typescript2": "0.26.0",
    "rollup-plugin-uglify": "6.0.4",
    "ts-jest": "27.0.5",
    "typescript": "4.4.3"
  },
  "peerDependencies": {
    "react": ">=16.8.6",
    "react-dom": ">=16.8.6"
  },
  "dependencies": {
    "zxcvbn": "4.4.2"
  }
}
