{
  "name": "phc-bcrypt",
  "version": "2.0.0",
  "description": "Node.JS bcrypt password hashing algorithm following the PHC string format",
  "license": "MIT",
  "homepage": "https://github.com/thetutlage/phc-bcrypt#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thetutlage/phc-bcrypt.git"
  },
  "bugs": {
    "url": "https://github.com/thetutlage/phc-bcrypt/issues"
  },
  "keywords": [
    "brute",
    "brute force",
    "credential",
    "credential-plus",
    "crypto",
    "hash",
    "function",
    "hashing",
    "password",
    "password-bcrypt",
    "passwords",
    "bcrypt",
    "bcrypt-password",
    "psswrd",
    "pswd",
    "rainbow",
    "safe",
    "safe",
    "salt",
    "secure",
    "security",
    "stretching",
    "strong",
    "timining",
    "attack",
    "verification",
    "verify"
  ],
  "main": "index.js",
  "files": [
    "index.js",
    "bcrypt-b64.js"
  ],
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "bench": "node bench.js",
    "test": "xo && nyc ava",
    "release": "np",
    "update": "npm-check -u"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@kdf/salt": "^2.0.1",
    "@phc/format": "^1.0.0",
    "bcrypt": "^6.0.0",
    "tsse": "^2.0.0"
  },
  "devDependencies": {
    "ava": "^4.0.1",
    "execa": "^5.0.1",
    "np": "^7.5.0",
    "npm-check": "*",
    "nyc": "^15.1.0",
    "sympact": "0.0.7",
    "xo": "^0.40.1"
  },
  "ava": {
    "verbose": true
  },
  "nyc": {
    "reporter": [
      "lcovonly",
      "text"
    ]
  },
  "xo": {
    "prettier": true,
    "space": true,
    "rules": {
      "unicorn/prefer-module": 0,
      "import/extensions": 0
    }
  },
  "directories": {
    "test": "test"
  },
  "author": "virk"
}
