{ "name": "smartlog", "version": "1.0.2", "description": "winston based logger for large scale projects", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "", "scripts": { "test": "(npmts)", "format": "(gitzone format)" }, "devDependencies": { "cz-conventional-changelog": "^2.1.0", "tapbundle": "^1.0.13" }, "dependencies": { "winston": "^3.0.0-rc1" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }