30 lines
679 B
JSON
30 lines
679 B
JSON
{
|
|
"name": "elasticlog",
|
|
"version": "1.0.3",
|
|
"description": "log to elasticsearch in a kibana compatible format",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"author": "Lossless GmbH",
|
|
"license": "",
|
|
"scripts": {
|
|
"test": "(npmts)",
|
|
"format": "(gitzone format)"
|
|
},
|
|
"devDependencies": {
|
|
"cz-conventional-changelog": "^2.1.0",
|
|
"qenv": "^1.1.7",
|
|
"tapbundle": "^1.0.13"
|
|
},
|
|
"dependencies": {
|
|
"@types/elasticsearch": "^5.0.19",
|
|
"elasticsearch": "^14.0.0",
|
|
"smartdelay": "^1.0.4",
|
|
"typings-global": "^1.0.16"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|