mirror of
https://github.com/langchain-ai/docs.git
synced 2026-07-20 19:35:02 -04:00
26 lines
578 B
JSON
26 lines
578 B
JSON
{
|
|
"name": "code-samples",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@langchain/anthropic": "^1.3.22",
|
|
"@langchain/daytona": "^0.2.0",
|
|
"@langchain/langgraph-checkpoint-postgres": "^1.0.1",
|
|
"@langchain/openai": "^1.2.12",
|
|
"deepagents": "^1.8.5",
|
|
"langchain": "^1.2.28",
|
|
"zod": "^3.23.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"tsx": "^4.19.0"
|
|
}
|
|
}
|