mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-13 16:45:01 -05:00
17 lines
314 B
JSON
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"
|
|
}
|
|
}
|