mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-15 02:18:10 -05:00
19 lines
336 B
JSON
19 lines
336 B
JSON
{
|
|
"name": "genkit",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "quickstart.js",
|
|
"type" : "module",
|
|
"scripts": {
|
|
"test": "node --test"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@genkit-ai/googleai": "^1.18.0",
|
|
"@toolbox-sdk/core": "^0.1.2",
|
|
"genkit": "^1.18.0"
|
|
}
|
|
}
|