UNPKG

@lexamica-modules/logger

Version:

The various loggers and transports used for API logging in the Lexamica Eco-system

40 lines (39 loc) 1.05 kB
{ "name": "@lexamica-modules/logger", "version": "0.3.1", "description": "The various loggers and transports used for API logging in the Lexamica Eco-system", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "test": "tsc index.ts", "typecheck": "tsc --noEmit" }, "repository": { "type": "git", "url": "git+https://github.com/Lexamica/Lexamica-Logger.git" }, "keywords": [ "Lexamica", "Logs", "Logger" ], "author": "Jonathan Taylor", "license": "ISC", "bugs": { "url": "https://github.com/Lexamica/Lexamica-Logger/issues" }, "homepage": "https://github.com/Lexamica/Lexamica-Logger#readme", "devDependencies": { "@types/morgan": "^1.9.5", "@types/node": "^20.5.9", "typescript": "^5.2.2" }, "dependencies": { "@shelf/winston-datadog-logs-transport": "^2.0.1", "logform": "^2.5.1", "morgan": "^1.10.0", "winston": "^3.10.0", "winston-slack-webhook-transport": "^2.3.2" } }