prep for jsr publishing

This commit is contained in:
IanKulin
2025-09-25 21:26:23 +08:00
parent 6628ad1e81
commit b95d3ea50a
2 changed files with 13 additions and 15 deletions

View File

@@ -1,4 +1,17 @@
{
"name": "@iankulin/logger",
"version": "1.0.0",
"license": "MIT",
"exports": {
".": "./lib/logger.ts"
},
"publish": {
"include": [
"lib/",
"README.md",
"LICENSE"
]
},
"imports": {
"@std/assert": "https://deno.land/std@0.224.0/assert/mod.ts",
"@std/testing": "https://deno.land/std@0.224.0/testing/mock.ts"