Files
genai-toolbox/docs/en/samples/pre_post_processing/js/adk/package.json
Twisha Bansal ff1ff4a534 added adk docs
2026-02-05 21:27:20 +05:30

17 lines
314 B
JSON

{
"name": "adk",
"version": "1.0.0",
"description": "ADK.js sample for pre/post processing",
"type": "module",
"main": "agent.js",
"scripts": {
"start": "node agent.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google/adk": "^0.2.0",
"@toolbox-sdk/adk": "^0.2.1"
}
}