-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
72 lines (72 loc) · 1.68 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
72
{
"name": "bellboy",
"version": "8.7.1",
"description": "Highly performant JavaScript data stream ETL engine.",
"main": "lib/index",
"types": "lib/index",
"scripts": {
"build": "tsc -p .",
"test": "jest --coverage",
"lint": "tslint -c tslint.json -p tsconfig.json",
"codecov": "codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Claviz/bellboy.git"
},
"keywords": [
"etl",
"streaming"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Claviz/bellboy/issues"
},
"homepage": "https://github.com/Claviz/bellboy#readme",
"peerDependencies": {
"msnodesqlv8": "4.2.1"
},
"peerDependenciesMeta": {
"msnodesqlv8": {
"optional": true
}
},
"devDependencies": {
"@types/jest": "29.5.13",
"@types/tedious": "4.0.14",
"@types/mssql": "9.1.5",
"@types/node": "18.0.3",
"@types/request-promise": "4.1.43",
"@types/shortid": "0.0.29",
"@types/stream-json": "1.5.1",
"aedes": "0.42.1",
"body-parser": "1.20.3",
"codecov": "3.8.3",
"express": "4.21.1",
"jest": "29.7.0",
"node-xlsx": "0.15.0",
"ts-jest": "29.2.5",
"tslint": "5.16.0",
"typescript": "5.6.2"
},
"dependencies": {
"async-mqtt": "2.2.1",
"axios": "1.7.7",
"claviz-node-firebird": "2.0.1",
"csv": "6.0.5",
"iconv-lite": "0.6.3",
"mssql": "11.0.1",
"mysql2-stream-fix": "3.9.1",
"node-firebird": "1.1.8",
"pg": "8.0.3",
"pg-promise": "10.15.4",
"pg-query-stream": "3.0.7",
"sax-stream": "1.3.0",
"shortid": "2.2.15",
"split2": "3.1.1",
"stream-json": "1.7.1",
"tail": "2.0.2",
"xlstream": "2.5.4"
}
}