{
  "name": "password-strength-score",
  "version": "1.0.4",
  "description": "Password strength score checker",
  "main": "dist/index.js",
  "scripts": {
    "check-types": "tsc --noEmit",
    "check-types:watch": "yarn check-types --watch",
    "lint": "yarn eslint ./src/**/*.{ts,tsx}",
    "lint-fix": "yarn lint --fix",
    "build": "tsc -d",
    "test": "jest",
    "coverage": "jest --coverage"
  },
  "devDependencies": {
    "@types/jest": "^24.0.18",
    "jest": "^24.9.0",
    "mocha": "^6.2.0",
    "ts-jest": "^24.1.0",
    "tslib": "^1.10.0",
    "typescript": "^3.6.4"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bartlomiejzuber/password-strength-score.git"
  },
  "keywords": [
    "password",
    "strength",
    "checker",
    "indicator",
    "tester",
    "meter"
  ],
  "author": "Bartlomiej Zuber (bartlomiej.zuber@outlook.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bartlomiejzuber/password-strength-score/issues"
  },
  "homepage": "https://github.com/bartlomiejzuber/password-strength-score#readme"
}
