{ "name": "@mojoio/elasticsearch", "version": "1.0.18", "private": false, "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": "(tstest test/)", "format": "(gitzone format)", "build": "echo \"Not needed for now\"" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tsrun": "^1.1.13", "@gitzone/tstest": "^1.0.15", "@pushrocks/qenv": "^2.0.2", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^10.12.2", "tslint": "^5.11.0", "tslint-config-prettier": "^1.15.0" }, "dependencies": { "@pushrocks/smartdelay": "^2.0.2", "@pushrocks/smartlog-interfaces": "^2.0.2", "@types/elasticsearch": "^5.0.28", "elasticsearch": "^15.2.0" } }