{ "name": "@pushrocks/smartlog-destination-local", "private": false, "version": "7.0.3", "description": "a smartlog destination targeting the local console", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "https://gitlab.com/pushrocks/beautylog.git" }, "keywords": [ "log", "color", "console", "beautiful" ], "author": "Lossless GmbH (https://lossless.com)", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/beautylog/issues" }, "homepage": "https://gitlab.com/pushrocks/beautylog", "dependencies": { "@pushrocks/consolecolor": "^2.0.1", "@pushrocks/smartlog-interfaces": "^2.0.2", "@pushrocks/smartpromise": "^2.0.5", "ora": "^3.0.0", "smartenv": "^4.0.3" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tsrun": "^1.1.13", "@gitzone/tstest": "^1.0.15", "@pushrocks/smartdelay": "^2.0.2", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^10.12.2", "tslint": "^5.11.0", "tslint-config-prettier": "^1.15.0" } }