forked from wslyhbb/node-ldapjs-promise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.05 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
42
43
44
45
46
{
"name": "ldapjs-promise-cel",
"version": "1.2.9",
"description": "A simple promise wrapper around ldapjs with client event listener",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "npm run test:unit && npm run test:tsd",
"test:unit": "mocha",
"test:tsd": "tsd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angelparaskov/ldapjs-promise-cel.git"
},
"keywords": [
"ldap",
"ldapjs",
"ldapjs-promise-cel"
],
"author": "Wes Hobbie & minor - Angel Paraskov",
"license": "ISC",
"bugs": {
"url": "https://github.com/angelparaskov/ldapjs-promise-cel/issues"
},
"homepage": "https://github.com/angelparaskov/ldapjs-promise-cel#readme",
"engines": {
"node": ">=10"
},
"dependencies": {
"abstract-logging": "^2.0.1",
"ldapjs": "^2.3.2"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"sinon": "^13.0.1",
"tsd": "^0.19.1"
},
"tsd": {
"compilerOptions": {
"module": "es2020"
}
}
}