logcontext/package.json

24 lines
485 B
JSON
Raw Normal View History

2017-10-16 07:07:19 +00:00
{
"name": "logcontext",
2018-03-08 23:01:31 +00:00
"version": "1.0.22",
2018-03-03 13:11:27 +00:00
"description": "enrich logs with context",
2017-10-16 07:07:19 +00:00
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
2017-10-16 07:07:58 +00:00
"devDependencies": {
2018-03-03 13:11:27 +00:00
"@types/node": "^9.4.6",
"smartdelay": "^1.0.4",
"tapbundle": "^2.0.0"
2017-10-16 07:07:19 +00:00
},
"dependencies": {
2018-03-03 13:11:27 +00:00
"@types/shortid": "^0.0.29",
"lik": "^2.0.5",
"shortid": "^2.2.8",
2018-03-05 00:05:38 +00:00
"smartcls": "^1.0.4"
2017-10-16 07:07:19 +00:00
}
}