feat(agents): json-viewer use jq cli other than node-jq module (#163)

This commit is contained in:
sigoden
2025-02-12 21:01:42 +08:00
committed by GitHub
parent 4ac72b5845
commit 8e2511493d
2 changed files with 18 additions and 7 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
{
"dependencies": {
"@inquirer/input": "^4.0.2",
"json-schema-generator": "^2.0.6",
"node-jq": "^6.0.1"
"json-schema-generator": "^2.0.6"
}
}