Files
log/package.json
2025-09-06 09:57:22 +02:00

12 lines
243 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", "tsconfig.json"]
}