-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 788 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 788 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
30
31
32
33
{
"name": "scriptextract",
"version": "1.0.0",
"description": "Extract Qlik Sense data load script to text files.",
"main": "ScriptExtract.js",
"dependencies": {
"enigma.js": "^2.9.0",
"esm": "^3.2.25",
"fs": "0.0.1-security",
"js-beautify": "^1.14.3",
"jsonpath": "^1.1.1",
"lodash": "^4.17.21",
"mkdirp": "^0.5.6",
"path": "^0.12.7",
"ws": "^7.5.8",
"yargs": "^13.1.2",
"minimist": ">=1.2.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/RobWunderlich/CubeTester.git"
},
"keywords": [
"Qlik",
"Sense"
],
"author": "Rob Wunderlich",
"license": "MIT"
}