-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.24 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
{
"name": "passport-keycloak-jwt-introspect",
"version": "1.0.1",
"description": "HTTP Bearer authentication using Keycloak token introspect for PassportJS ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect.git"
},
"scripts": {
"test": "jest"
},
"keywords": [
"passport-keycloak-jwt-introspect",
"passport",
"keycloak",
"auth",
"authentication",
"token",
"jwt",
"bearer",
"instrospect",
"passport-strategy",
"oauth",
"oauth2",
"openid"
],
"author": {
"name": "M4RC0Sx",
"url": "https://github.com/M4RC0Sx"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect/issues"
},
"homepage": "https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect#readme",
"publishConfig": {
"access": "public",
"provenance": true
},
"devDependencies": {
"@types/express": "^4.17.18",
"@types/passport": "^1.0.13",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.7.0"
},
"dependencies": {
"passport-strategy": "^1.0.0"
}
}