UNPKG

winston-papertrail-transport

Version:
50 lines (49 loc) 1.17 kB
{ "name": "winston-papertrail-transport", "version": "1.0.9", "description": "A Papertrail transport for Winston 3", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/*", "!dist/test" ], "scripts": { "test": "jest", "prepare": "tsc" }, "author": "Kresten Axelsen <krestenma@gmail.com>", "repository": { "type": "git", "url": "https://github.com/Kresten/winston-papertrail-transport.git" }, "bugs": { "url": "https://github.com/Kresten/winston-papertrail-transport/issues" }, "homepage": "https://github.com/Kresten/winston-papertrail-transport#readme", "license": "ISC", "dependencies": { "glossy": "^0.1.7", "triple-beam": "^1.3.0" }, "devDependencies": { "@types/jest": "^26.0.10", "@types/node": "^14.6.1", "@types/triple-beam": "^1.3.2", "jest": "^26.4.2", "ts-jest": "^26.3.0", "typescript": "^3.9.6", "winston": "^3.0.0" }, "peerDependencies": { "winston": "^3.0.0" }, "keywords": [ "logging", "logger", "logs", "syslog", "winston", "papertrail" ] }