winston-discord-webhook
Version:
Transport for winston to send logs on Discord via Webhook
35 lines (34 loc) • 801 B
JSON
{
"name": "winston-discord-webhook",
"version": "2.0.0",
"description": "Transport for winston to send logs on Discord via Webhook",
"main": "index.js",
"scripts": {
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/tekoh/winston-discord-webhook.git"
},
"keywords": [
"winston",
"discord",
"webhook",
"transport"
],
"author": "tekoh",
"license": "ISC",
"bugs": {
"url": "https://github.com/tekoh/winston-discord-webhook/issues"
},
"homepage": "https://github.com/tekoh/winston-discord-webhook#readme",
"dependencies": {
"discord.js": "^14.7.1",
"winston-transport": "^4.4.2"
},
"devDependencies": {
"eslint": "^8.8.0",
"prettier": "^2.5.1",
"winston": "^3.8.2"
}
}