elasticsearch/package.json

35 lines
959 B
JSON
Raw Normal View History

2018-01-24 23:38:07 +00:00
{
2018-11-07 10:38:53 +00:00
"name": "@mojoio/elasticsearch",
2018-11-26 11:24:38 +00:00
"version": "1.0.25",
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": {
2018-08-12 14:42:09 +00:00
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.13",
2018-09-15 19:52:34 +00:00
"@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"
2018-01-24 23:38:07 +00:00
},
"dependencies": {
2018-11-25 21:02:57 +00:00
"@pushrocks/lik": "^3.0.2",
2018-08-12 14:42:09 +00:00
"@pushrocks/smartdelay": "^2.0.2",
2018-11-07 10:38:53 +00:00
"@pushrocks/smartlog-interfaces": "^2.0.2",
2018-11-09 22:15:11 +00:00
"@pushrocks/smartpromise": "^2.0.5",
2018-11-10 00:48:44 +00:00
"@pushrocks/smarttime": "^3.0.2",
"@types/elasticsearch": "^5.0.28",
"elasticsearch": "^15.2.0"
2018-01-24 23:38:07 +00:00
}
2018-11-25 21:06:25 +00:00
}