UNPKG

lgfl

Version:

A lightweight Node.js library for file-based logging (Console.log and errors).

30 lines (29 loc) 638 B
{ "name": "lgfl", "version": "1.0.0", "description": "A lightweight Node.js library for file-based logging (Console.log and errors).", "main": "index.js", "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "git+https://github.com/Aethera/log-file.git" }, "keywords": [ "log-file", "error-log", "logging", "file-logging", "log-error" ], "author": "Aethera", "license": "MIT", "bugs": { "url": "https://github.com/Aethera/log-file/issues" }, "homepage": "https://github.com/Aethera/log-file#readme", "dependencies": { "cubie-fs": "^1.2.0" } }