logcontext/package.json

19 lines
373 B
JSON
Raw Normal View History

2017-10-16 07:07:19 +00:00
{
"name": "logcontext",
2017-10-16 07:07:58 +00:00
"version": "1.0.2",
2017-10-16 07:07:19 +00:00
"description": "log things contexts in async environments",
"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": {
2017-10-16 07:07:19 +00:00
"tapbundle": "^1.0.13"
},
"dependencies": {
"typings-global": "^1.0.16"
}
}