{ "name": "@memind/workflow-orchestrator", "private": true, "version": "0.1.0", "type": "module", "engines": { "node": ">=20" }, "scripts": { "start": "node server.mjs", "start:worker": "node worker.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", "pg": "^8.12.0", "undici": "^6.27.0" } }