-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 1.99 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "ctrl-q",
"version": "4.4.0",
"description": "Command line tool for interacting with Qlik Sense Enterprise servers",
"main": "ctrl-q.js",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand",
"lint": "npx eslint ./src/**/*.js",
"pc": "pre-commit run --all-files"
},
"homepage": "https://github.com/ptarmiganlabs/ctrl-q",
"author": "Göran Sander",
"repository": {
"type": "git",
"url": "git+https://github.com/ptarmiganlabs/ctrl-q.git"
},
"keywords": [
"ctrl-q",
"butler",
"senseops",
"devops",
"qliksense",
"qlik sense",
"cli",
"command line"
],
"bugs": {
"url": "https://github.com/ptarmiganlabs/ctrl-q/issues"
},
"license": "MIT",
"type": "module",
"dependencies": {
"@qlik/api": "^1.26.0",
"axios": "^1.7.9",
"commander": "^12.1.0",
"csv-parse": "^5.6.0",
"csv-stringify": "^6.5.2",
"enigma.js": "^2.14.0",
"esbuild": "^0.24.0",
"form-data": "^4.0.1",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.8",
"luxon": "^3.5.0",
"node-xlsx": "^0.24.0",
"qrs-interact": "^6.3.1",
"random-words": "^2.0.1",
"retry-axios": "^3.1.3",
"table": "^6.9.0",
"text-treeview": "^1.0.2",
"upath": "^2.0.1",
"uuid": "^11.0.3",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"ws": "^8.18.0",
"yesno": "^0.4.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-syntax-import-assertions": "^7.26.0",
"@eslint/js": "^9.17.0",
"@jest/globals": "^29.7.0",
"dotenv": "^16.4.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"snyk": "^1.1294.3"
}
}