-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.99 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
73
74
{
"name": "@mathquis/node-shovel",
"version": "2.1.4",
"description": "Shovel messages from here to there",
"main": "src/index.js",
"scripts": {
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --verbose"
},
"jest": {
"testMatch": [
"<rootDir>/tests/**/*.[jt]s?(x)"
],
"testPathIgnorePatterns": [
"<rootDir>/node_modules/",
"<rootDir>/tests/assets/*",
"<rootDir>/tests/setup.js",
"<rootDir>/tests/utils.js"
]
},
"bin": {
"shovel": "./src/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mathquis/node-shovel.git"
},
"type": "module",
"author": "Mathieu \"Fastjack\" Quisefit",
"license": "ISC",
"dependencies": {
"@elastic/elasticsearch": "^8.7.0",
"@koa/router": "^12.0.0",
"amqplib": "^0.10.3",
"cli-table": "^0.3.11",
"clone": "^2.1.2",
"colors": "^1.4.0",
"convict": "^6.2.4",
"cron": "^2.3.0",
"csv-parse": "^5.3.8",
"csv-stringify": "^6.3.2",
"cuid": "^2.1.8",
"elasticsearch-5": "npm:@elastic/elasticsearch@^5.6.22",
"elasticsearch-6": "npm:@elastic/elasticsearch@^6.8.8",
"elasticsearch-7": "npm:@elastic/elasticsearch@^7.17.0",
"elasticsearch-8": "npm:@elastic/elasticsearch@^8.7.0",
"events-async": "^1.2.1",
"glob": "^10.2.2",
"js-yaml": "^4.1.0",
"json-colorizer": "^2.2.2",
"json5": "^2.2.3",
"koa": "^2.14.2",
"koa-basic-auth": "^4.0.0",
"koa-bodyparser": "^4.4.0",
"level": "^8.0.0",
"level-read-stream": "^1.1.0",
"luxon": "^3.3.0",
"memory-level": "^1.0.0",
"mqtt": "^4.3.7",
"msgpackr": "^1.8.5",
"node-fetch": "^3.3.1",
"nsyslog-parser": "^0.10.1",
"parse-duration": "^1.0.3",
"prom-client": "^14.2.0",
"promise-events": "^0.2.4",
"protobufjs": "^7.2.3",
"pupa": "^3.1.0",
"tail": "^2.2.6",
"whatwg-mimetype": "^3.0.0",
"winston": "^3.8.2"
},
"devDependencies": {
"jest": "^29.5.0"
}
}