{
  "name": "ldap-authentication",
  "version": "4.0.4",
  "description": "A simple async nodejs library for LDAP user authentication",
  "main": "index.js",
  "types": "./index.d.ts",
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "test": "node test/jasmine.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shaozi/ldap-authentication.git"
  },
  "keywords": [
    "ldap",
    "authenticate",
    "authentication",
    "ldapts",
    "security",
    "simple",
    "lightweight",
    "fast",
    "async",
    "passport",
    "passportjs",
    "login",
    "password",
    "username",
    "ldap-authentication",
    "ldap-authenticate"
  ],
  "author": "Jingshao Chen",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/shaozi/ldap-authentication/issues"
  },
  "homepage": "https://github.com/shaozi/ldap-authentication#readme",
  "dependencies": {
    "ldapts": "^8.1.3"
  },
  "devDependencies": {
    "jasmine": "^6.0.0"
  }
}
