smartlog/package.json

26 lines
547 B
JSON
Raw Normal View History

2016-10-15 17:00:52 +00:00
{
"name": "smartlog",
2018-01-28 03:31:46 +00:00
"version": "1.0.2",
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-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
}
}