elasticsearch/package.json

32 lines
867 B
JSON
Raw Normal View History

2018-01-24 23:38:07 +00:00
{
2018-08-12 14:43:02 +00:00
"name": "@pushrocks/elasticlog",
2018-11-03 21:34:49 +00:00
"version": "1.0.14",
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)",
"build": "echo \"Not needed for now\""
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-08-12 14:42:09 +00:00
"@pushrocks/smartdelay": "^2.0.2",
"@pushrocks/smartlog-interfaces": "^1.0.15",
"@types/elasticsearch": "^5.0.28",
"elasticsearch": "^15.2.0"
2018-01-24 23:38:07 +00:00
}
2018-09-15 19:52:34 +00:00
}