-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.54 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
{
"name": "qs-jwt",
"version": "1.12.0",
"description": "Command line tool for creating JWTs that can be used to authenticate with both Qlik Sense Cloud and client-managed Qlik Sense (a.k.a Qlik Sense Enterprise on Windows, QSEoW)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "npm run format:prettier",
"format:prettier": "npx prettier --config .prettierrc.yaml \"./**/*.{ts,css,less,js}\" --write",
"lint": "npx eslint ./*.js",
"pc": "pre-commit run --all-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ptarmiganlabs/qs-jwt.git"
},
"keywords": [
"qlik-sense",
"qliksense",
"qlik",
"senseops"
],
"author": "Göran Sander",
"license": "MIT",
"bugs": {
"url": "https://github.com/ptarmiganlabs/qs-jwt/issues"
},
"homepage": "https://github.com/ptarmiganlabs/qs-jwt#readme",
"dependencies": {
"commander": "^12.1.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"install": "^0.13.0",
"jsonwebtoken": "^9.0.2",
"node-forge": "^1.3.1",
"uid-safe": "^2.1.5",
"winston": "^3.13.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"esbuild": "^0.21.4",
"prettier": "^3.3.0",
"snyk": "^1.1291.1"
}
}