-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
60 lines (60 loc) · 1.45 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
{
"name": "butler-cw",
"version": "4.3.0",
"description": "Cache warming for client-managed Qlik Sense Enterprise on Windows",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ptarmiganlabs/butler-cw"
},
"keywords": [
"qliksense",
"butler-cw",
"devops",
"senseops"
],
"author": "Göran Sander",
"license": "MIT",
"bugs": {
"url": "https://github.com/ptarmiganlabs/butler-cw/issues"
},
"homepage": "https://github.com/ptarmiganlabs/butler-cw#readme",
"dependencies": {
"@breejs/later": "^4.1.0",
"@octokit/rest": "^19.0.13",
"axios": "^1.4.0",
"commander": "^11.0.0",
"config": "^3.3.9",
"enigma.js": "^2.11.0",
"eslint": "^8.43.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.18.0",
"fastify-healthcheck": "^4.4.0",
"fs-extra": "^11.1.1",
"js-yaml": "^4.1.0",
"moment": "^2.29.4",
"moment-precise-range-plugin": "^1.3.0",
"mqtt": "^4.3.7",
"upath": "^2.0.1",
"winston": "^3.9.0",
"winston-daily-rotate-file": "^4.7.1",
"ws": "^8.13.0"
},
"devDependencies": {
"prettier": "^2.8.8"
},
"pkg": {
"scripts": [
"node_modules/enigma.js/**/*.json"
]
}
}