20 lines
414 B
JSON
20 lines
414 B
JSON
{
|
|
"name": "@memind/workflow-orchestrator",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"scripts": {
|
|
"start": "node server.mjs",
|
|
"test": "node --test *.test.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@langchain/core": "^1.2.3",
|
|
"@langchain/langgraph": "^1.4.8",
|
|
"@langchain/langgraph-checkpoint-postgres": "^1.0.4",
|
|
"express": "^4.21.2"
|
|
}
|
|
}
|