{ "name": "@pushrocks/smartlog", "version": "1.0.4", "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": "echo \"Not needed for now\"", "format": "(gitzone format)" }, "devDependencies": { "@gitzone/tsrun": "^1.0.4", "cz-conventional-changelog": "^2.1.0", "tapbundle": "^1.0.13" }, "dependencies": { "smartlog-interfaces": "^1.0.4" } }