logcontext/package.json
2018-03-03 14:11:31 +01:00

24 lines
485 B
JSON

{
"name": "logcontext",
"version": "1.0.19",
"description": "enrich logs with context",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
"devDependencies": {
"@types/node": "^9.4.6",
"smartdelay": "^1.0.4",
"tapbundle": "^2.0.0"
},
"dependencies": {
"@types/shortid": "^0.0.29",
"lik": "^2.0.5",
"shortid": "^2.2.8",
"smartcls": "^1.0.3"
}
}