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" + } }