mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-05 04:35:14 -05:00
18 lines
304 B
JSON
18 lines
304 B
JSON
{
|
|
"name": "genai",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "quickstart.js",
|
|
"type" : "module",
|
|
"scripts": {
|
|
"test": "node --test"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@google/genai": "^1.17.0",
|
|
"@toolbox-sdk/core": "^0.1.2"
|
|
}
|
|
}
|