Files
log/package.json
T
2024-07-27 13:38:49 +02:00

16 lines
274 B
JSON

{
"name": "log",
"description": "log library with logger and writers",
"version": "1.0.0",
"author": "Pascal Perrenoud <pascal@pband.ch>",
"module": "index.ts",
"type": "module",
"files": ["index.ts", "src"],
"dependencies": {
"chalk": "^5.3.0"
}
}