{
  "name": "passwords-sqnfa-web",
  "version": "0.6.0",
  "author": "Martin Storgaard Dieu <info@sqnfa.com>",
  "description": "This library implements the recommendations that apply to client-side password handling from NIST and OWASP. The purpose of this library is to provide an easy pluggable client-side password preprocessor.",
  "main": "build/passwords-sqnfa-web.min.js",
  "types": "build/src/index.d.ts",
  "files": [
    "build"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "url",
    "url": "https://github.com/sqnfa/passwords-sqnfa-web.git"
  },
  "bugs": {
    "url": "https://github.com/sqnfa/passwords-sqnfa-web/issues"
  },
  "keywords": [
    "password",
    "bcrypt",
    "haveibeenpwned",
    "hibp",
    "authentication",
    "digital authentication",
    "electronic authentication",
    "crypto",
    "crypt",
    "credentials",
    "digital credentials",
    "electronic credentials"
  ],
  "scripts": {
    "test": "jest --maxWorkers=1 --verbose=true",
    "test:coverage": "jest --maxWorkers=1 --silent --ci --coverage --coverageReporters='text' --coverageReporters='text-summary'",
    "lint": "gts lint",
    "clean": "gts clean",
    "compile": "webpack",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "pretest": "npm run fix"
  },
  "devDependencies": {
    "@types/bcryptjs": "^2.4.2",
    "@types/jest": "^27.4.0",
    "@types/node": "^17.0.10",
    "gts": "^3.1.0",
    "jest": "^27.4.7",
    "ts-jest": "^27.1.3",
    "ts-loader": "^9.2.6",
    "typescript": "^4.0.3",
    "webpack": "^5.66.0",
    "webpack-cli": "^4.9.1"
  },
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "jshashes": "^1.0.8"
  }
}
