UNPKG

@sliit-foss/http-logger

Version:
36 lines 1.06 kB
{ "name": "@sliit-foss/http-logger", "version": "1.4.0", "description": "Http logging middleware for Express.js", "main": "dist/index.js", "types": "types/index.d.ts", "dependencies": { "@sliit-foss/module-logger": "1.3.1" }, "peerDependencies": { "express": "*" }, "repository": { "type": "git", "url": "git+https://github.com/sliit-foss/npm-catalogue.git" }, "homepage": "https://github.com/sliit-foss/npm-catalogue/blob/main/packages/http-logger/readme.md", "keywords": [ "logging", "http-logging", "middleware" ], "author": "SLIIT FOSS", "license": "MIT", "bugs": { "url": "https://github.com/sliit-foss/npm-catalogue/issues" }, "scripts": { "build": "node ../../scripts/esbuild.config.js", "build:watch": "bash ../../scripts/esbuild.watch.sh", "bump-version": "bash ../../scripts/bump-version.sh --name=@sliit-foss/http-logger", "lint": "bash ../../scripts/lint.sh", "release": "bash ../../scripts/release.sh", "test": "bash ../../scripts/test/test.sh" } }