{ "name": "@pushrocks/smartlog", "version": "2.0.5", "private": false, "description": "winston based logger for large scale projects", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "UNLICENSED", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)", "format": "(gitzone format)" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tsrun": "^1.1.13", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^10.12.2", "tslint": "^5.11.0", "tslint-config-prettier": "^1.15.0" }, "dependencies": { "@pushrocks/smartlog-interfaces": "^2.0.1" } }