feat(agent): add json-viewer (#134)

This commit is contained in:
sigoden
2024-12-10 12:44:37 +08:00
committed by GitHub
parent de2515ae1c
commit 0f0ae607d3
4 changed files with 71 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"dependencies": {
"@inquirer/input": "^4.0.2",
"json-schema-generator": "^2.0.6",
"node-jq": "^6.0.1"
}
}