-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 764 Bytes
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
{
"name": "keycloak-api-lib",
"version": "1.0.0",
"description": "KeyCloak API Lib",
"main": "dist/index.js",
"repository": "git@github.com:protorealitygames/do119-nodejs-keycloak-wrapper.git",
"author": "hieudoanm <hieumdoan@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"build": "tsc",
"lint": "eslint . --fix --ext .ts"
},
"dependencies": {
"isomorphic-unfetch": "^3.1.0",
"prompt-sync": "^4.2.0"
},
"devDependencies": {
"@types/node": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"and": "^0.0.3",
"eslint": "^8.20.0",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"typescript": "^4.7.4"
}
}