-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 861 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
37
38
39
40
41
42
{
"name": "@maslick/brauzie",
"version": "1.4.0",
"description": "Awesome CLI for fetching JWT tokens for public OAuth2.0 clients",
"main": "index.js",
"author": "Pavel Maslov",
"license": "MIT",
"dependencies": {
"yargs": "^13.2.4",
"express": "^4.17.0",
"axios": "^0.21.1",
"find-free-port": "^2.0.0",
"jws": "^3.2.2",
"open": "^6.3.0",
"qs": "^6.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maslick/brauzie.git"
},
"keywords": [
"keycloak",
"jwt",
"oidc",
"oauth2",
"cli",
"terminal",
"token",
"node.js",
"k8s"
],
"bugs": {
"url": "https://github.com/maslick/brauzie/issues"
},
"homepage": "https://github.com/maslick/brauzie#readme",
"scripts": {
"start": "node index.js"
},
"bin": {
"brauzie": "index.js"
}
}