{ "tasks": { "debug": "deno run -A test.ts true", "plain": "deno run -A test.ts", "dev": "deno run plain", "bench": "deno bench -A" }, "imports": { "@std/assert": "jsr:@std/assert@1", "chalk": "npm:chalk@^5.3.0" }, "exports": "./mod.ts", "version": "1.4.0", "name": "@proxnet/undead-logging", "license": "MIT", "bench": { "include": ["./benchmark/deno.ts"] } }