-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 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
{
"name": "butler-spyglass",
"version": "2.1.0",
"description": "Utility for extracting various metadata and data lineage for all applications in Qlik Sense Enterprise environment",
"main": "butler-spyglass.js",
"dependencies": {
"axios": "0.27.2",
"better-queue": "^3.8.12",
"config": "^3.3.9",
"csv-stringify": "^6.3.0",
"csv-writer": "^1.6.0",
"enigma.js": "^2.10.0",
"eslint": "^8.35.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"fs-extra": "^11.1.0",
"js-yaml": "^4.1.0",
"jshint": "^2.13.6",
"upath": "^2.0.1",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"ws": "^8.12.1"
},
"devDependencies": {
"prettier": "^2.8.4",
"snyk": "^1.1114.0"
},
"scripts": {
"format": "npm run format:prettier",
"format:prettier": "npx prettier --config .prettierrc.yaml \"./**/*.{ts,css,less,js}\" --write",
"lint": "npx eslint . --format table"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ptarmiganlabs/butler-spyglass.git"
},
"bugs": {
"url": "https://github.com/ptarmiganlabs/butler-spyglass/issues"
},
"homepage": "https://github.com/ptarmiganlabs/butler-spyglass/blob/master/README.md",
"author": "Göran Sander",
"license": "MIT",
"keywords": [
"butler",
"butler-spyglass",
"senseops",
"devops",
"qliksense",
"data lineage"
],
"pkg": {
"scripts": [
"node_modules/enigma.js/**/*.json"
]
}
}