{ "name": "@pushrocks/smartlog", "version": "2.0.26", "private": false, "description": "minimalistic distributed and extensible logging tool", "keywords": [ "logging", "centralized logging", "json logging", "scalyr", "elasticsearch", "logdna" ], "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web && tsbundle npm)", "format": "(gitzone format)" }, "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.11", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@gitzone/tsbundle": "^1.0.69", "@pushrocks/isounique": "^1.0.4", "@pushrocks/smartlog-interfaces": "^2.0.18" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }