forked from pinojs/pino-elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.06 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
{
"name": "pino-elasticsearch",
"version": "3.0.3",
"description": "Load pino logs into ElasticSearch",
"main": "pino-elasticsearch",
"bin": {
"pino-elasticsearch": "./pino-elasticsearch.js"
},
"scripts": {
"test": "standard && tap test.js"
},
"pre-commit": "test",
"keywords": [
"pino",
"log",
"fast",
"elasticsearch",
"elastic",
"search",
"kibana"
],
"author": "Matteo Collina <[email protected]>",
"license": "MIT",
"devDependencies": {
"pre-commit": "^1.1.3",
"standard": "^8.5.0",
"pino": "^3.0.1",
"tap": "^8.0.1"
},
"dependencies": {
"aws-es": "^1.5.3",
"elasticsearch": "^12.0.1",
"fast-json-parse": "^1.0.2",
"minimist": "^1.2.0",
"pump": "^1.0.1",
"readable-stream": "^2.2.2",
"split2": "^2.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pinojs/pino-elasticsearch.git"
},
"bugs": {
"url": "https://github.com/pinojs/pino-elasticsearch/issues"
},
"homepage": "https://github.com/pinojs/pino-elasticsearch#readme"
}