-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "@mindbaz/zonemta-auth-keycloak",
"version": "2.0.0",
"description": "Authentication with Keycloak (20+) for ZoneMTA",
"main": "index.js",
"author": "Valentin Henon <[email protected]>",
"license": "GPL-3.0-or-later",
"dependencies": {
"request": "2.88.2",
"wild-config": "1.6.1"
},
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.10.0",
"eslint-config-nodemailer": "^1.2.0",
"eslint-config-prettier": "^8.4.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"rewire": "^6.0.0",
"sinon": "^13.0.1"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "make tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mindbaz/zonemta-auth-keycloak.git"
},
"keywords": [
"zonemta",
"keycloak"
],
"bugs": {
"url": "https://github.com/Mindbaz/zonemta-auth-keycloak/issues"
},
"homepage": "https://github.com/Mindbaz/zonemta-auth-keycloak#readme"
}