forked from jelhub/scimgateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.39 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "scimgateway",
"version": "4.5.10",
"description": "Using SCIM protocol as a gateway for user provisioning to other endpoints",
"author": "Jarle Elshaug <[email protected]> (https://elshaug.xyz)",
"homepage": "https://elshaug.xyz",
"license": "MIT",
"main": "lib/scimgateway.js",
"scripts": {
"postinstall": "node lib/postinstall.js",
"start": "node index.js",
"test": "mocha -R spec ./test"
},
"bin": {
"scimgateway": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jelhub/scimgateway.git"
},
"keywords": [
"scim",
"gateway",
"stream",
"iga",
"provisioning",
"entra"
],
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@godaddy/terminus": "^4.12.1",
"callsite": "^1.0.0",
"dot-object": "^2.1.5",
"fold-to-ascii": "^5.0.1",
"https-proxy-agent": "^7.0.5",
"is-in-subnet": "^4.0.1",
"jsonwebtoken": "^9.0.2",
"koa": "^2.15.3",
"koa-bodyparser": "^4.4.1",
"koa-router": "^12.0.1",
"ldapjs": "^3.0.7",
"lokijs": "^1.5.12",
"mongodb": "^6.9.0",
"nats": "^2.28.2",
"node-machine-id": "1.1.9",
"nodemailer": "^6.9.15",
"passport": "^0.7.0",
"passport-azure-ad": "^4.3.5",
"tedious": "^18.6.1",
"winston": "^3.14.2"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^9.2.0",
"supertest": "^6.3.3"
}
}