sassy-log
Version:
Logging, but with sass, satire, and some serious fun. A developer-first NPM package that replaces boring console.log() statements with snarky, sarcastic, or corporate-smooth one-liners.
54 lines • 1.25 kB
JSON
{
"name": "sassy-log",
"version": "1.0.0",
"description": "Logging, but with sass, satire, and some serious fun. A developer-first NPM package that replaces boring console.log() statements with snarky, sarcastic, or corporate-smooth one-liners.",
"main": "index.js",
"types": "types/index.d.ts",
"files": [
"index.js",
"lib/",
"types/",
"examples/",
"README.md"
],
"scripts": {
"test": "node examples/test.js",
"example": "node examples/basic-usage.js",
"example-modes": "node examples/mode-switching.js"
},
"keywords": [
"logging",
"console",
"debug",
"sassy",
"humor",
"developer-tools",
"funny",
"sarcastic",
"terminal",
"cli"
],
"author": {
"name": "imankii01",
"email": "imankii01@github.com",
"url": "https://github.com/imankii01"
},
"repository": {
"type": "git",
"url": "https://github.com/imankii01/sassy-log.git"
},
"bugs": {
"url": "https://github.com/imankii01/sassy-log/issues"
},
"homepage": "https://github.com/imankii01/sassy-log#readme",
"license": "MIT",
"engines": {
"node": ">=12.0.0"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.js"
}
}
}