forked from ahaenggli/AzureAD-LDAP-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "AzureAD-LDAP-wrapper",
"version": "1.8.2",
"type": "commonjs",
"engines": {
"node": ">=8.10.0"
},
"description": "LDAP-Wrapper for 'microsoft 365' users (former 'office 365' - via AzureAD without AADDS)",
"author": "Adriano Hänggli <[email protected]>",
"main": "server.js",
"scripts": {
"start": "node server.js",
"lint": "npm exec --no -- eslint *.js"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ahaenggli/AzureAD-LDAP-wrapper"
},
"dependencies": {
"@azure/msal-node": "1.14.2",
"assert-plus": "^1.0.0",
"axios": "~0.27.2",
"diacritic": "0.0.2",
"dotenv": "^16.0.3",
"fs": "0.0.1-security",
"hashcode": "1.0.3",
"https-proxy-agent": "5.0.1",
"ldapjs": "~2.3.3",
"smbhash": "0.0.1"
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-security": "~1.5.0"
}
}