22 lines
477 B
JSON
22 lines
477 B
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"main": "run.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@langchain/core": "^0.3.39",
|
|
"@langchain/langgraph": "^0.2.45",
|
|
"@langchain/langgraph-checkpoint-postgres": "^0.0.3",
|
|
"@langchain/openai": "^0.4.3",
|
|
"inquirer": "^12.4.1",
|
|
"ulid": "^2.3.0",
|
|
"zod": "^3.24.1"
|
|
}
|
|
}
|