2016-10-15 17:00:52 +00:00
|
|
|
{
|
|
|
|
"name": "smartlog",
|
2018-01-28 03:43:58 +00:00
|
|
|
"version": "1.0.3",
|
2018-01-28 03:31:06 +00:00
|
|
|
"description": "winston based logger for large scale projects",
|
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",
|
|
|
|
"license": "",
|
2016-10-15 17:00:52 +00:00
|
|
|
"scripts": {
|
2018-01-28 03:31:06 +00:00
|
|
|
"test": "(npmts)",
|
|
|
|
"format": "(gitzone format)"
|
2016-10-15 17:00:52 +00:00
|
|
|
},
|
2018-01-28 03:31:06 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"cz-conventional-changelog": "^2.1.0",
|
|
|
|
"tapbundle": "^1.0.13"
|
2016-10-15 17:00:52 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-03-03 12:57:55 +00:00
|
|
|
"smartlog-interfaces": "^1.0.4",
|
2018-01-28 03:31:06 +00:00
|
|
|
"winston": "^3.0.0-rc1"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
|
|
}
|
2016-10-15 17:00:52 +00:00
|
|
|
}
|
|
|
|
}
|