From 0e86431b81c2b4d2255bf5e7f57a2a3bc99ca27f Mon Sep 17 00:00:00 2001 From: borja Date: Thu, 27 Mar 2025 00:23:55 +0100 Subject: [PATCH] =?UTF-8?q?a=C3=B1ade=20bun=20lock=20y=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bun.lock | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bun.lock b/bun.lock index faa3211..a4da17c 100644 --- a/bun.lock +++ b/bun.lock @@ -5,6 +5,7 @@ "name": "task-whatsapp", "devDependencies": { "@types/bun": "latest", + "bun-types": "^1.2.6", }, "peerDependencies": { "typescript": "^5", diff --git a/package.json b/package.json index df650fc..fe45485 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "type": "module", "private": true, "devDependencies": { - "@types/bun": "latest" + "@types/bun": "latest", + "bun-types": "^1.2.6" }, "peerDependencies": { "typescript": "^5"