{ "name": "@pushrocks/logcontext", "version": "1.0.27", "description": "enrich logs with context", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.27", "@gitzone/tsbundle": "^1.0.87", "@gitzone/tstest": "^1.0.57", "@pushrocks/smartdelay": "^2.0.13", "@pushrocks/tapbundle": "^3.2.14", "@types/node": "^16.9.2", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/lik": "^4.0.22", "@pushrocks/smartcls": "^1.0.9", "@pushrocks/smartunique": "^3.0.3", "@types/shortid": "0.0.29" }, "private": false, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }