-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 971 Bytes
/
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
{
"type": "module",
"name": "@qalincalabs/logcica-connectors",
"version": "1.0.31",
"description": "connectors and mappers for external platforms logCiCa can interact with",
"main": "index.js",
"scripts": {
"test": "node --experimental-vm-modules node_modules/.bin/jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qalincalabs/logcica-connectors.git"
},
"keywords": [
"datawarehouse",
"connectors",
"transformers"
],
"author": "olivier5741",
"license": "MIT",
"bugs": {
"url": "https://github.com/qalincalabs/logcica-connectors/issues"
},
"homepage": "https://github.com/qalincalabs/logcica-connectors#readme",
"dependencies": {
"@fragaria/address-formatter": "^5.0.1",
"@qalincalabs/consolidator": "^1.4.1",
"@qalincalabs/limosa": "^1.6.4",
"bson": "^6.1.0",
"node-fetch": "^2.6.8",
"object-hash": "^3.0.0"
},
"devDependencies": {
"jest": "^29.3.1"
}
}