e04ed9c211
CF: Deploy Dev Docs / deploy (push) Has been cancelled
Sync Labels / build (push) Has been cancelled
tests / unit tests (macos-latest) (push) Has been cancelled
tests / unit tests (windows-latest) (push) Has been cancelled
tests / unit tests (ubuntu-latest) (push) Has been cancelled
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": "^1.2.0",
|
|
"@toolbox-sdk/adk": "^0.3.0"
|
|
}
|
|
}
|