mirror of
https://github.com/langchain-ai/langgraphjs-studio-starter.git
synced 2026-07-01 18:25:52 -04:00
15 lines
343 B
JSON
15 lines
343 B
JSON
{
|
|
"name": "langgraphjs-studio-starter",
|
|
"packageManager": "yarn@1.22.22",
|
|
"dependencies": {
|
|
"@langchain/community": "^0.2.31",
|
|
"@langchain/core": "^0.2.31",
|
|
"@langchain/langgraph": "^0.2.1",
|
|
"@langchain/openai": "^0.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/recommended": "^1.0.7",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|