From 4e0f4283c0e101e86d188c8c27dedae4bcf1e934 Mon Sep 17 00:00:00 2001 From: ChomeNS <95471003+chomens@users.noreply.github.com> Date: Tue, 19 Aug 2025 20:01:53 +0700 Subject: [PATCH] fix: forgot to include the dependencies lmao --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e780412..d1c4eeb 100644 --- a/package.json +++ b/package.json @@ -9,5 +9,8 @@ "keywords": [], "author": "", "license": "ISC", - "type": "commonjs" + "type": "commonjs", + "dependencies": { + "node-sql-parser": "^5.3.11" + } }