aboutsummaryrefslogtreecommitdiffstats
path: root/agents/json-viewer/package.json
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-12-10 12:44:37 +0800
committerGitHub <noreply@github.com>2024-12-10 12:44:37 +0800
commit0f0ae607d3ffcc2c43c67536d8ac0bc16ce9998a (patch)
tree81ed685b7daf772a9b4090174a8f9449ccc0fb41 /agents/json-viewer/package.json
parentde2515ae1ce2baf7c6c21c81ec8f12053b868eb7 (diff)
downloadllm-functions-docker-0f0ae607d3ffcc2c43c67536d8ac0bc16ce9998a.tar.gz
feat(agent): add json-viewer (#134)
Diffstat (limited to 'agents/json-viewer/package.json')
-rw-r--r--agents/json-viewer/package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/agents/json-viewer/package.json b/agents/json-viewer/package.json
new file mode 100644
index 0000000..3b6bbc6
--- /dev/null
+++ b/agents/json-viewer/package.json
@@ -0,0 +1,7 @@
+{
+ "dependencies": {
+ "@inquirer/input": "^4.0.2",
+ "json-schema-generator": "^2.0.6",
+ "node-jq": "^6.0.1"
+ }
+}