From fc3e255745b7257a2b0725befce7d246901ca3e4 Mon Sep 17 00:00:00 2001 From: Lilith Date: Wed, 21 Jan 2026 12:33:00 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade:=20=E2=AC=86=EF=B8=8F=20Update=20p?= =?UTF-8?q?roject=20dependencies=20to=20latest=20minor/patch=20versions=20?= =?UTF-8?q?for=20bug=20fixes=20and=20maintenance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 902b97c..3c334b2 100644 --- a/package.json +++ b/package.json @@ -9,11 +9,12 @@ "bitch": "./bin/bitch.js" }, "scripts": { - "build": "tsc", + "build": "tsup", "dev": "tsc --watch", "lint": "eslint src/", "typecheck": "tsc --noEmit", - "prepublishOnly": "pnpm build" + "prepublishOnly": "pnpm build", + "clean": "rm -rf dist" }, "dependencies": { "chalk": "^5.3.0", @@ -28,7 +29,8 @@ "devDependencies": { "@lilith/configs": "workspace:*", "@types/node": "^22.10.0", - "typescript": "^5.7.0" + "typescript": "^5.7.0", + "tsup": "^8.5.1" }, "files": [ "dist",