-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
71 lines (71 loc) · 1.78 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
70
71
{
"name": "etl-cli",
"version": "0.1.13",
"description": "",
"main": "index.js",
"scripts": {
"test": "cd test && docker compose up -d --no-recreate --quiet-pull && npx tap --coverage-report=lcov --coverage-report=html --allow-incomplete-coverage --reporter=dot"
},
"bin": {
"etl": "index.js"
},
"repository": {
"type": "git",
"url": "http://github.com/ZJONSSON/etl-cli"
},
"author": "https://github.com/ZJONSSON",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-athena": "^3.592.0",
"@aws-sdk/client-s3": "^3.590.0",
"@aws-sdk/lib-storage": "^3.591.0",
"@elastic/elasticsearch": "^8.11.0",
"@google-cloud/bigquery": "^2.0.6",
"@jsonhero/schema-infer": "^0.1.5",
"ajv": "^8.14.0",
"bluebird": "~3.7.2",
"bson": "^4.0.3",
"clues": "~3.6.0",
"csv-write-stream": "^2.0.0",
"etl": "^0.8.0",
"fetch-cookie": "^0.11.0",
"fs-extra": "^11.2.0",
"https-proxy-agent": "^5.0.0",
"minimist": "~1.2.0",
"mongodb": "^6.3.0",
"mssql": "^5.1.0",
"mysql": "^2.14.1",
"nconf": "~0.12.1",
"node-fetch": "^2.6.1",
"parquetjs-lite": "0.8.5",
"pegjs": "^0.10.0",
"pg": "^8.11.3",
"pg-query-stream": "^2.0.0",
"recursive-readdir": "^2.2.2",
"request": "^2.88.0",
"s3-upload-stream": "~1.0.7",
"split-string": "^6.1.0",
"tedious": "^6.2.0",
"ts-node": "^10.9.2",
"unzipper": "~0.12.1"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@types/node": "^20.12.11",
"eslint": "^9.2.0",
"express": "^4.19.2",
"globals": "^15.3.0",
"tap": "^18.7.2",
"typescript": "^5.4.5",
"wait-port": "^1.1.0",
"xmler": "^1.2.1"
},
"optionalDependencies": {
"raxl": "^0.0.3"
},
"tap": {
"exclude": [
"test/support/broken*"
]
}
}