smartlog/package.json

36 lines
843 B
JSON
Raw Permalink Normal View History

2016-10-15 17:00:52 +00:00
{
2018-06-05 18:49:54 +00:00
"name": "@pushrocks/smartlog",
2019-01-30 02:24:47 +00:00
"version": "2.0.18",
2018-06-05 18:48:14 +00:00
"private": false,
2019-01-28 22:30:55 +00:00
"description": "minimalistic distributed and extensible logging tool",
"keywords": [
"logging",
"centralized logging",
"json logging",
"scalyr",
"elasticsearch",
"logdna"
],
2016-10-15 17:00:52 +00:00
"main": "dist/index.js",
2018-01-28 03:31:06 +00:00
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
2018-06-05 18:48:14 +00:00
"license": "UNLICENSED",
2016-10-15 17:00:52 +00:00
"scripts": {
2018-10-30 17:56:26 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)",
2018-06-05 18:48:14 +00:00
"format": "(gitzone format)"
2016-10-15 17:00:52 +00:00
},
2018-01-28 03:31:06 +00:00
"devDependencies": {
2019-01-15 23:01:19 +00:00
"@gitzone/tsbuild": "^2.1.4",
"@gitzone/tsrun": "^1.1.17",
"@gitzone/tstest": "^1.0.18",
2018-10-30 17:56:26 +00:00
"@pushrocks/tapbundle": "^3.0.7",
2019-01-15 23:01:19 +00:00
"@types/node": "^10.12.18",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.17.0"
2016-10-15 17:00:52 +00:00
},
"dependencies": {
2019-01-15 23:01:19 +00:00
"@pushrocks/smartlog-interfaces": "^2.0.5"
2016-10-15 17:00:52 +00:00
}
2019-01-28 22:30:56 +00:00
}