{ "name": "@pushrocks/smartlog-destination-local", "private": false, "version": "8.0.7", "description": "a smartlog destination targeting the local console", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web)" }, "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.20", "@pushrocks/smartpromise": "^3.0.6" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.24", "@gitzone/tsrun": "^1.2.12", "@gitzone/tstest": "^1.0.33", "@pushrocks/tapbundle": "^3.2.1", "@types/node": "^14.0.13", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }