log-to-file
Version:
Log text to file (with timestamp)
30 lines (29 loc) • 643 B
JSON
{
"name": "log-to-file",
"version": "3.0.3",
"description": "Log text to file (with timestamp)",
"main": "app.js",
"scripts": {
"test": "./node_modules/.bin/eslint ./ && node test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/vsichka/log-to-file.npm.git"
},
"keywords": [
"log",
"logs",
"file",
"error",
"time"
],
"author": "Volodymyr Sichka",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/vsichka/log-to-file.npm/issues"
},
"homepage": "https://gitlab.com/vsichka/log-to-file.npm#README",
"devDependencies": {
"eslint": "^5.16.0"
}
}