mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-23 01:26:57 -04:00
18abe1e813
Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com> Co-authored-by: Christian Bromann <git@bromann.dev>
22 lines
512 B
JSON
22 lines
512 B
JSON
{
|
|
"name": "@examples/sql-agent",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "tsx -r dotenv/config sql_agent.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@langchain/classic": "^1.0.0",
|
|
"@langchain/core": "^1.0.1",
|
|
"@langchain/langgraph": "workspace:*",
|
|
"@langchain/openai": "^1.0.0",
|
|
"better-sqlite3": "^11.0.0",
|
|
"dotenv": "^16.4.5",
|
|
"langchain": "^1.0.0-alpha",
|
|
"reflect-metadata": "^0.2.2",
|
|
"tsx": "^4.19.3",
|
|
"typeorm": "^0.3.0",
|
|
"zod": "^3.23.8"
|
|
}
|
|
}
|