update package.json

This commit is contained in:
2025-09-11 09:48:04 +02:00
parent 30970d257d
commit 539ebf01d9
+4 -4
View File
@@ -7,9 +7,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"log": "git+https://git.pband.ch/typescript/log.git"
},
"dependencies": {},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@types/bun": "^1.2.21",
@@ -22,9 +20,11 @@
"typescript-eslint": "^8.43.0"
},
"name": "lib-template",
"name": "log",
"description": "log library with logger and writers",
"version": "1.0.0",
"author": "Pascal Perrenoud <pascal@pband.ch>",
"type": "module",
"main": "./src/index.ts",
"exports": {