Files
undead-logging/deno.json

20 lines
487 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",
"test-basic": "deno run -A tests/basic.ts",
"bench": "deno bench -A"
},
"imports": {
"@neabyte/deno-ansi": "jsr:@neabyte/deno-ansi@^0.1.0"
},
"exports": {
".": "./src/mod.ts",
"./types": "./src/types.ts"
},
"version": "1.6.0",
"name": "@proxnet/undead-logging",
"license": "MIT"
}