UNPKG

sign-logger

Version:

A simple but nice looking logger for 16 bit color consoles!

39 lines (38 loc) 964 B
{ "name": "sign-logger", "version": "2.3.5", "description": "A simple but nice looking logger for 16 bit color consoles!", "main": "dist/index.js", "scripts": { "install": "echo Thank you for installing sign-logger!" }, "repository": { "type": "git", "url": "git+https://github.com/Collbrothers/Sign-logger.git" }, "keywords": [ "logger", "log", "console", "terminal", "console-colors", "console log", "terminal log" ], "author": "Collbrothers", "license": "AGPL-3.0-or-later", "bugs": { "url": "https://github.com/Collbrothers/Sign-logger/issues" }, "homepage": "https://github.com/Collbrothers/Sign-logger#readme", "devDependencies": { "@types/express": "^4.17.13", "@types/node": "^14.14.16", "@types/on-finished": "^2.3.1", "express": "^4.17.1", "typeorm": "^0.2.37" }, "dependencies": { "on-finished": "^2.3.0" } }