transaction-logger
Version:
This is a custom logging library based on winston.
39 lines (38 loc) • 986 B
JSON
{
"name": "transaction-logger"
, "version": "1.2.0"
, "description": "This is a custom logging library based on winston."
, "main": "dist/index.js"
, "types": "dist/index.d.ts"
, "scripts": {
"build": "tsc"
, "test": "echo \"Error: no test specified\" && exit 1"
}
, "author": "Orlinski-Zawzykraj"
, "license": "ISC"
, "repository": {
"type": "git"
, "url": "https://github.com/ORTArqSoft/173630_180110"
}
, "keywords": [
"Logger"
, "Winston"
, "Inmo20"
, "Syslog"
]
, "bugs": {
"url": "https://github.com/ORTArqSoft/173630_180110/issues"
}
, "homepage": "https://github.com/ORTArqSoft/173630_180110#readme"
, "dependencies": {
"config": "^3.3.11"
, "express-http-context": "^1.2.4"
, "winston": "^3.13.0"
, "winston-syslog": "^2.7.0"
}
, "devDependencies": {
"@types/config": "^3.3.4"
, "@types/node": "^20.12.12"
, "typescript": "^5.4.5"
}
}