{ "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", "winston-transport": "^3.0.1" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }