diff --git a/package.json b/package.json index 1efbf93..b68338e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,9 @@ "pg-formatter": "dist/bin/index.js" }, "dependencies": { + "rimraf": "^5.0.1", "shell-quote": "^1.7.2", + "tar-fs": "^3.0.4", "yargs": "^17.2.1" }, "description": "PostgreSQL SQL syntax beautifier.", @@ -32,9 +34,7 @@ "eslint": "^8.39.0", "eslint-config-canonical": "^41.0.3", "husky": "^8.0.0", - "rimraf": "^5.0.1", "semantic-release": "^20.1.3", - "tar-fs": "^3.0.4", "ts-node": "^10.9.1", "typescript": "^5.0.4" },