log_bot
Version:
A logger for loggging in application
20 lines (19 loc) • 390 B
JSON
{
"name": "log_bot",
"version": "1.0.0",
"description": "A logger for loggging in application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"logbot",
"logger",
"logging"
],
"author": "Abhishek Mane <abhishekmane@outlook.in>",
"license": "ISC",
"dependencies": {
"winston": "^2.4.0"
}
}