{ "name": "@push.rocks/smartlog", "version": "3.1.0", "private": false, "description": "A minimalistic, distributed, and extensible logging tool supporting centralized log management.", "keywords": [ "logging", "log management", "typescript", "centralized logging", "json logging", "node.js", "distributed systems", "extensible logging", "log routing", "console logging", "log destinations", "log levels", "error tracking", "development tools" ], "exports": { ".": { "import": "./dist_ts/index.js" }, "./context": "./dist_ts_context/index.js", "./interfaces": "./dist_ts_interfaces/index.js", "./source-interactive": "./dist_ts_source_interactive/index.js", "./destination-clickhouse": "./dist_ts_destination_clickhouse/index.js", "./destination-devtools": "./dist_ts_destination_devtools/index.js", "./destination-file": "./dist_ts_destination_file/index.js", "./destination-local": "./dist_ts_destination_local/index.js", "./destination-receiver": "./dist_ts_destination_receiver/index.js", "./receiver": "./dist_ts_receiver/index.js" }, "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/**/*.ts --verbose)", "build": "(tsbuild tsfolders --allowimplicitany && tsbundle npm)", "format": "(gitzone format)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^2.5.1", "@git.zone/tsbundle": "^2.2.5", "@git.zone/tsrun": "^1.3.3", "@git.zone/tstest": "^1.4.0", "@push.rocks/tapbundle": "^6.0.3", "@types/node": "^22.15.18" }, "dependencies": { "@api.global/typedrequest-interfaces": "^3.0.19", "@push.rocks/consolecolor": "^2.0.2", "@push.rocks/isounique": "^1.0.4", "@push.rocks/smartclickhouse": "^2.0.17", "@push.rocks/smartfile": "^11.2.0", "@push.rocks/smarthash": "^3.0.4", "@push.rocks/smartpromise": "^4.2.3", "@push.rocks/smarttime": "^4.1.1", "@push.rocks/webrequest": "^3.0.37", "@tsclass/tsclass": "^9.2.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "type": "module", "homepage": "https://code.foss.global/push.rocks/smartlog#readme", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartlog.git" }, "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39", "bugs": { "url": "https://code.foss.global/push.rocks/smartlog/issues" }, "pnpm": { "overrides": {} } }