-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.41 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
{
"name": "bunyan-elasticsearch-bulk",
"version": "2.0.10",
"description": "",
"main": "lib/index.js",
"scripts": {
"depcheck": "depcheck --ignores=eslint-plugin-markdown",
"lint": "standard",
"lint:fix": "npm run lint -- --fix",
"lint:md": "standard-markdown README.md",
"lint:md:fix": "npm run lint:md -- --fix",
"start": "node server.js",
"start:watch": "nodemon server.js --delay 1 --ext html,js,json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Milad/bunyan-elasticsearch-bulk.git"
},
"author": {
"name": "Milad Kawas Cale",
"email": "miladkaleh@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Milad/bunyan-elasticsearch-bulk/issues"
},
"homepage": "https://github.com/Milad/bunyan-elasticsearch-bulk#readme",
"dependencies": {
"@elastic/elasticsearch": "^7.9.0",
"bunyan": "^1.8.14",
"moment": "^2.27.0",
"semver": "^7.3.2"
},
"devDependencies": {
"depcheck": "^1.4.7",
"nodemon": "^3.0.1",
"standard": "^17.0.0",
"standard-markdown": "^7.1.0"
},
"engines": {
"node": "*"
},
"contributors": [
{
"name": "Milad Kawas Cale",
"email": "miladkaleh@gmail.com"
}
],
"keywords": [
"bulk",
"bunyan",
"elasticsearch",
"kibana",
"logging",
"logs",
"asynchronous"
]
}