15 lines
293 B
JSON
15 lines
293 B
JSON
{
|
|
"tasks": {
|
|
"debug": "deno run -A test.ts true",
|
|
"plain": "deno run -A test.ts"
|
|
},
|
|
"imports": {
|
|
"@std/assert": "jsr:@std/assert@1",
|
|
"chalk": "npm:chalk@^5.3.0"
|
|
},
|
|
"exports": "./mod.ts",
|
|
"version": "1.3.0",
|
|
"name": "@proxnet/undead-logging",
|
|
"license": "MIT"
|
|
}
|