UNPKG

nestjs-logtime-decorator

Version:

Typescript decorator to log the duration of a method, for NestJs.

41 lines (40 loc) 960 B
{ "name": "nestjs-logtime-decorator", "description": "Typescript decorator to log the duration of a method, for NestJs.", "keywords": [ "Typescript", "NestJS", "Log", "Time" ], "main": "dist/index.js", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", "version": "1.1.2", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/pleymor/nestjs-logtime-decorator.git" }, "engines": { "npm": ">=8.0.0", "node": ">=16.0.0" }, "scripts": { "build": "tsc", "test": "echo \"No test specified\"" }, "peerDependencies": { "@nestjs/common": ">=6.0.0" }, "devDependencies": { "@types/node": "^20.5.0", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", "eslint": "^8.47.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", "prettier": "^3.0.2", "typescript": "^5.1.6" } }