UNPKG

meta2-logger

Version:

Simple logging library for NodeJS with TypeScript support and multiple targets including GrayLog.

45 lines (44 loc) 1.16 kB
{ "name": "meta2-logger", "version": "2.1.1", "description": "Simple logging library for NodeJS with TypeScript support and multiple targets including GrayLog.", "main": "dist/src/index.js", "typings": "dist/src/index", "scripts": { "build": "rm -rf ./dist; tsc", "lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}' '__tests__/**/*.{ts,tsx}'", "test": "jest", "pretest": "npm run lint; npm run build", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/metaplatform/meta2-logger.git" }, "keywords": [ "log", "logging", "logger", "facility", "graylog", "gelf" ], "author": "Jiri Hybek <jiri@hybek.cz> (http://jiri.hybek.cz/)", "license": "MIT", "bugs": { "url": "https://github.com/metaplatform/meta2-logger/issues" }, "homepage": "https://github.com/metaplatform/meta2-logger", "dependencies": { "colors": "1.4.0", "gelf": "2.0.1" }, "devDependencies": { "@types/jest": "25.2.3", "@types/node": "14.0.5", "jest": "26.0.1", "test-console": "1.1.0", "tslint": "5.8.0", "typescript": "3.9.3" } }