mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-13 08:35:15 -05:00
20 lines
383 B
JSON
20 lines
383 B
JSON
{
|
|
"name": "langchain",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "quickstart.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node --test"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@langchain/google-genai": "^0.2.17",
|
|
"@langchain/langgraph": "^0.4.9",
|
|
"@toolbox-sdk/core": "^0.1.2",
|
|
"langchain": "^0.3.33"
|
|
}
|
|
}
|