{ "name": "elasticlog", "version": "1.0.7", "description": "log to elasticsearch in a kibana compatible format", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "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" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }