UNPKG

winston-discord-transport

Version:
41 lines (40 loc) 1.07 kB
{ "name": "winston-discord-transport", "version": "1.3.0", "description": "A Discord transport for winston logger", "main": "dist/index.js", "scripts": { "clean": "rm -rf dist", "build-ts": "tsc --declaration", "prebuild": "npm run clean", "build": "npm run build-ts && npm run tslint", "tslint": "tslint -c tslint.json -p tsconfig.json", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "@types/superagent": "4.1.7", "tslint": "6.1.1", "typescript": "3.8.3" }, "repository": { "type": "git", "url": "git@github.com:sidhantpanda/winston-discord-transport.git" }, "keywords": [ "discord", "winston", "log", "logger" ], "author": "Sidhant Panda", "license": "MIT", "dependencies": { "logform": "2.1.2", "superagent": "5.2.2", "winston-transport": "4.3.0" }, "bugs": { "url": "https://github.com/sidhantpanda/winston-discord-transport/issues" }, "homepage": "https://github.com/sidhantpanda/winston-discord-transport#readme" }