{ "name": "@pushrocks/smartlog", "version": "2.0.1", "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": "(tsrun test/test.ts)", "build": "(npmts)", "format": "(gitzone format)" }, "devDependencies": { "@gitzone/tsrun": "^1.1.1", "tapbundle": "^2.0.2" }, "dependencies": { "@pushrocks/smartlog-interfaces": "^1.0.9" } }