-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 859 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
{
"name": "mohido-keycloak-client",
"version": "0.1.0",
"description": "Establishes and abstracts keycloak clients connections and functionalities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/Mohido/Keycloak_Client.git"
},
"keywords": [
"keycloak"
],
"dependencies": {
"keycloak-connect": "^17.0.0",
"axios": "^0.26.1",
"qs": "^6.9.4",
"express" : "^4.18.1"
},
"devDependencies": {
"express-session": "^1.17.3",
"typescript": "^4.7.4",
"@types/node": "^17.0.17",
"@types/qs" : "^6.9.7",
"@types/express" : "^4.17.13",
"express-promise-router" : "^4.1.1",
"body-parser": "^1.13.1",
"cookie-parser": "^1.3.5"
},
"author": "Mohammed Al-Mahdawi",
"license": "MIT"
}