forked from ccfreiburg/ccf-ctldap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 925 Bytes
/
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
{
"name": "ccf-ctldap",
"version": "1.0.0",
"description": "ChurchTools LDAP Proxy for CCF",
"main": "index.js",
"scripts": {
"test": "mocha ./test/*.test.js",
"integration": "mocha ./test/*.integration.js",
"lint": "npx eslint src/* index.js"
},
"author": "Alex Röhm",
"license": "GPL-3.0-or-later",
"devDependencies": {
"chai": "^4.3.4",
"chai-arrays": "^2.2.0",
"chai-as-promised": "^7.1.1",
"chai-string": "^1.5.0",
"deep-equal-in-any-order": "^2.0.0",
"eslint": "^8.27.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"mocha": "^8.3.2",
"pino-pretty": "^9.1.0"
},
"dependencies": {
"axios": "^0.21.4",
"cookie": "^0.6.0",
"ldap-escape": "^2.0.5",
"ldap-filter": "^0.3.3",
"ldapjs": "^2.3.1",
"path": "^0.12.7",
"pino": "^8.6.0",
"pino-pretty": "^9.1.0",
"yamljs": "^0.3.0"
}
}