2018-01-24 23:38:07 +00:00
|
|
|
{
|
2018-11-07 10:38:53 +00:00
|
|
|
"name": "@mojoio/elasticsearch",
|
2018-12-12 23:19:50 +00:00
|
|
|
"version": "1.0.26",
|
2018-08-12 14:42:09 +00:00
|
|
|
"private": false,
|
2018-01-24 23:38:07 +00:00
|
|
|
"description": "log to elasticsearch in a kibana compatible format",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"author": "Lossless GmbH",
|
2018-01-29 18:18:36 +00:00
|
|
|
"license": "MIT",
|
2018-01-24 23:38:07 +00:00
|
|
|
"scripts": {
|
2018-08-12 14:42:09 +00:00
|
|
|
"test": "(tstest test/)",
|
|
|
|
"format": "(gitzone format)",
|
2018-11-07 11:44:49 +00:00
|
|
|
"build": "(tsbuild)"
|
2018-01-24 23:38:07 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-11-02 00:42:03 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.17",
|
|
|
|
"@gitzone/tsrun": "^1.2.8",
|
|
|
|
"@gitzone/tstest": "^1.0.28",
|
|
|
|
"@pushrocks/qenv": "^4.0.6",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.13",
|
|
|
|
"@types/node": "^12.12.5",
|
|
|
|
"tslint": "^5.20.0",
|
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2018-01-24 23:38:07 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-11-02 00:42:03 +00:00
|
|
|
"@pushrocks/lik": "^3.0.11",
|
|
|
|
"@pushrocks/smartdelay": "^2.0.3",
|
|
|
|
"@pushrocks/smartlog-interfaces": "^2.0.9",
|
|
|
|
"@pushrocks/smartpromise": "^3.0.6",
|
|
|
|
"@pushrocks/smarttime": "^3.0.12",
|
|
|
|
"@types/elasticsearch": "^5.0.35",
|
|
|
|
"elasticsearch": "^16.5.0"
|
2018-01-24 23:38:07 +00:00
|
|
|
}
|
2018-11-25 21:06:25 +00:00
|
|
|
}
|