UNPKG

@dyihoon90/glogging

Version:

HTTP request logging middleware & transaction function decorator for express, using winston

77 lines (76 loc) 1.96 kB
{ "name": "@dyihoon90/glogging", "version": "4.0.0", "description": "HTTP request logging middleware & transaction function decorator for express, using winston", "main": "dist/index.js", "engines": { "node": ">=16.0.0" }, "scripts": { "prepare": "husky", "test": "jest -i", "prepublishOnly": "npm run build", "build": "tsc --project tsconfig.release.json", "example": "ts-node examples/example.ts", "example-server": "ts-node examples/middleware.example.ts" }, "repository": { "type": "git", "url": "git+https://github.com/dyihoon90/glogging.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/dyihoon90/glogging/issues" }, "homepage": "https://github.com/dyihoon90/glogging#readme", "dependencies": { "@js-joda/core": "^5.6.3", "@types/express": "^5.0.0", "is-secret": "^1.2.1", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.21", "serialize-error": "^8.1.0", "uuid": "^10.0.0", "winston": "^3.17.0" }, "overrides": { "winston": { "async": "^3.2.6" }, "jake": { "async": "^3.2.6" } }, "devDependencies": { "@types/is-secret": "^1.2.2", "@types/jest": "^29.5.12", "@types/json-stringify-safe": "^5.0.3", "@types/lodash": "^4.17.7", "@types/uuid": "^10.0.0", "@types/winston": "^2.4.4", "@typescript-eslint/eslint-plugin": "^7.17.0", "@typescript-eslint/parser": "^7.17.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "express": "^5.0.1", "husky": "^9.1.2", "jest": "^29.7.0", "jest-html-reporters": "^3.1.7", "prettier": "^3.3.3", "ts-jest": "^29.2.3", "ts-node": "^10.9.2", "typescript": "^5.5.4", "winston-transport": "^4.7.1" }, "keywords": [ "express", "http", "logger", "middleware", "transaction", "decorator", "winston" ] }