Files
undead-logging/deno.json
zombieb 5db910ca14 Added global time format and log timing controls using LoggingConfiguration
* Bench doc fixes
* README fixes
* Added test scripts in `tests/`
2025-07-19 18:51:28 -04:00

20 lines
462 B
JSON

{
"tasks": {
"test-conversion": "deno run -A tests/convert.ts",
"test-global": "deno run -A tests/global.ts",
"test-shutdown": "deno run -A tests/shutdown.ts",
"bench": "deno bench -A"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"chalk": "npm:chalk@^5.3.0"
},
"exports": "./mod.ts",
"version": "1.4.1",
"name": "@proxnet/undead-logging",
"license": "MIT",
"bench": {
"include": ["./benchmark/deno.ts"]
}
}