{ "name": "@push.rocks/smartlog-destination-local", "private": false, "version": "9.0.2", "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)", "buildDocs": "tsdoc" }, "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartlog-destination-local.git" }, "keywords": [ "logging", "console log", "log management", "developer tools", "local logging", "console output" ], "author": "Lossless GmbH (https://lossless.com)", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/beautylog/issues" }, "homepage": "https://code.foss.global/push.rocks/smartlog-destination-local", "dependencies": { "@push.rocks/consolecolor": "^2.0.1", "@push.rocks/smartlog-interfaces": "^3.0.0", "@push.rocks/smartpromise": "^4.0.2" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.66", "@git.zone/tsrun": "^1.2.42", "@git.zone/tstest": "^1.0.74", "@push.rocks/tapbundle": "^5.0.8", "@types/node": "^20.4.1" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "type": "module", "browserslist": [ "last 1 chrome versions" ] }