{
  "name": "napi-ldap",
  "version": "1.0.4",
  "main": "main.js",
  "description": "OpenLDAP bindings for node",
  "homepage": "https://github.com/jjhoughton/napi-ldap",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jjhoughton/napi-ldap.git"
  },
  "keywords": [
    "OpenLDAP",
    "LDAP",
    "N-API",
    "NAPI",
    "Active Directory",
    "AD",
    "Active",
    "Directory"
  ],
  "private": false,
  "gypfile": true,
  "scripts": {
    "configure": "node-gyp configure",
    "build": "node-gyp --debug rebuild",
    "test": "mocha",
    "indent": "indent *.c *.h",
    "prettier": "prettier --write *.js ./test/*.js",
    "format": "npm run prettier && npm run indent"
  },
  "devDependencies": {
    "ldapjs": "^3.0.2",
    "mocha": "^11.3.0",
    "prettier": "1.16.4"
  },
  "dependencies": {
    "bindings": "^1.5.0"
  },
  "engines": {
    "node": ">=8.4.0"
  },
  "author": "Joshua Houghton <joshua.houghton@yandex.ru>",
  "license": "MIT"
}
