pinetto
Version:
Isomorphic, opinionated logging library focusing on simplicity and readability. Supports child loggers.
41 lines (40 loc) • 933 B
JSON
{
"name": "pinetto",
"version": "4.0.0",
"description": "Isomorphic, opinionated logging library focusing on simplicity and readability. Supports child loggers.",
"main": "./dist/index.js",
"type": "module",
"scripts": {
"clean": "rm -rf dist/",
"build": "npm run clean && tsc",
"test": "node --test --test-reporter=spec ./dist"
},
"author": "Jacopo Scazzosi <jacopo@scazzosi.com>",
"homepage": "https://github.com/jacoscaz/pinetto",
"bugs": "https://github.com/jacoscaz/pinetto/issues",
"repository": {
"type": "git",
"url": "https://github.com/jacoscaz/pinetto.git"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^22.5.4",
"typescript": "^5.6.2"
},
"keywords": [
"logging",
"logger",
"log",
"simple",
"pinetto",
"child",
"console",
"isomoprhic",
"bun",
"module",
"browser",
"node",
"async",
"fast"
]
}