log-to-discord
Version:
Tails logs and posts to discord
26 lines (25 loc) • 607 B
JSON
{
"name": "log-to-discord",
"version": "1.0.7",
"description": "Tails logs and posts to discord",
"main": "index.js",
"bin": {
"log-to-discord": "./index.js"
},
"author": "Melroy",
"license": "MIT",
"dependencies": {
"request": "^2.79.0",
"request-promise-native": "^1.0.3",
"tail": "^1.2.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/meldsza/log-to-discord.git"
},
"bugs": {
"url": "https://github.com/meldsza/log-to-discord/issues"
},
"homepage": "https://github.com/meldsza/log-to-discord#readme"
}