Files
undead-logging/deno.json

20 lines
458 B
JSON

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