@nest-toolbox/http-logger-middleware
Version:
nest js http-logger-middleware
51 lines (50 loc) • 1.33 kB
JSON
{
"name": "@nest-toolbox/http-logger-middleware",
"description": "nest js http-logger-middleware",
"version": "1.8.2",
"author": "bogdanlupu <lupu60@gmail.com>",
"homepage": "https://github.com/lupu60/nestjs-toolbox/tree/master/packages/http-logger-middleware#readme",
"license": "MIT",
"type": "module",
"keywords": [
"nestjs",
"http-logger-middleware"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lupu60/nestjs-toolbox.git"
},
"bugs": {
"url": "https://github.com/lupu60/nestjs-toolbox/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"publicConfig": {
"access": "public"
},
"main": "dist/index",
"types": "dist/index",
"files": [
"dist"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rimraf -rf ./dist",
"cleanup": "rimraf -rf dist coverage",
"compile": "tsc -p tsconfig.build.json",
"lint": "biome check src",
"test": "vitest run --config ../../vitest.config.ts",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@nestjs/common": "11.1.18",
"chalk": "4.1.2"
},
"devDependencies": {
"@types/express": "^5.0.6",
"rimraf": "6.1.3",
"typescript": "5.9.3"
},
"gitHead": "737971da7af87f7b32335ce5cfe8679704ac219d"
}