fix: forgot to include the dependencies lmao

This commit is contained in:
Chayapak Supasakul 2025-08-19 20:01:53 +07:00
parent 36efc33c9a
commit 4e0f4283c0
Signed by: ChomeNS
SSH key fingerprint: SHA256:0YoxhdyXsgbc0nfeB2N6FYE60mxMU7DS4uCUMaw2mvA

View file

@ -9,5 +9,8 @@
"keywords": [], "keywords": [],
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"type": "commonjs" "type": "commonjs",
"dependencies": {
"node-sql-parser": "^5.3.11"
}
} }