simple-ad
Version:
Basic ldapjs wrapper for reading and writing AD objects. Currently only searching and editing of group members is implemented.
40 lines (39 loc) • 939 B
JSON
{
"name": "simple-ad",
"version": "1.3.1",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Miramac/simple-ad.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Miramac/simple-ad/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npm run build && npm run typedoc-md",
"build": "tsc",
"dev": "tsc --watch ",
"typedoc-md": "typedoc --plugin typedoc-plugin-markdown ./lib/*"
},
"keywords": [
"ActiveDirectory",
"Active Directory",
"LDAP",
"AD"
],
"author": "miramac",
"dependencies": {
"ldapjs": "^2.2.0"
},
"devDependencies": {
"@types/ldapjs": "^1.0.9",
"@types/node": "^14.14.6",
"dotenv": "^8.6.0",
"typedoc": "^0.23.23",
"typedoc-plugin-markdown": "^3.0.11",
"typescript": "^4.9.4"
}
}