{
  "name": "ep_hash_auth",
  "version": "11.0.24",
  "description": "Allow the use of hashed passwords in etherpad-lite.",
  "main": "ep_hash_auth.js",
  "keywords": [
    "hash",
    "password",
    "auth",
    "etherpad-lite"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ether/ep_hash_auth.git"
  },
  "author": {
    "name": "István Király",
    "email": "LaKing@D250.hu",
    "url": "http://D250.hu"
  },
  "contributors": {
    "name": "Robin Schneider",
    "email": "ypid@riseup.net",
    "url": "http://github.com/ypid"
  },
  "license": "GPL-3.0+",
  "readmeFilename": "README.md",
  "dist": {
    "shasum": "b70bac22435e00a0196fee2e7db1b228dc5bebf5"
  },
  "_from": "ep_hash_auth@",
  "funding": {
    "type": "individual",
    "url": "https://etherpad.org/"
  },
  "optionalDependencies": {
    "argon2": "^0.44.0",
    "bcrypt": "^6.0.0"
  },
  "devDependencies": {
    "eslint": "^8.57.1",
    "eslint-config-etherpad": "^4.0.5",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix ."
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "bcrypt",
      "argon2"
    ]
  }
}
