logcontext/package.json
2024-05-29 14:11:16 +02:00

59 lines
1.4 KiB
JSON

{
"name": "@push.rocks/logcontext",
"version": "2.0.0",
"description": "A module to enrich logs with context, featuring async log contexts and scope management.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.27",
"@gitzone/tsbundle": "^2.0.7",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.57",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.18"
},
"dependencies": {
"@pushrocks/lik": "^6.0.0",
"@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"
],
"type": "module",
"keywords": [
"logging",
"context enrichment",
"async log contexts",
"scope management",
"typescript",
"nodejs"
],
"homepage": "https://code.foss.global/push.rocks/logcontext",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/logcontext.git"
}
}