{ "name": "@pushrocks/smartlog-destination-local", "private": false, "version": "7.0.0", "description": "a smartlog destination targeting the local console", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tsrun test/test.ts)", "build": "(npmts)" }, "repository": { "type": "git", "url": "https://gitlab.com/pushrocks/beautylog.git" }, "keywords": [ "log", "color", "console", "beautiful" ], "author": "Smart Coordination GmbH (https://push.rocks)", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/beautylog/issues" }, "homepage": "https://gitlab.com/pushrocks/beautylog", "dependencies": { "@types/lodash": "^4.14.104", "beautycolor": "^1.0.11", "figlet": "^1.2.0", "lodash": "^4.17.5", "ora": "^2.0.0", "smartenv": "^4.0.3", "smartlog-interfaces": "^1.0.8", "smartq": "^1.1.6" }, "devDependencies": { "@gitzone/tsrun": "^1.1.1", "@types/node": "^10.5.1", "qenv": "^1.1.7", "smartdelay": "^1.0.4", "tapbundle": "^2.0.2" } }