{ "name": "smqjh-agent-runtime", "version": "0.1.0", "private": true, "type": "module", "description": "Web test runtime for the SMQJH LangGraph agent.", "scripts": { "dev": "tsx src/server.ts", "build": "tsc -p tsconfig.json", "start": "node dist/server.js" }, "dependencies": { "@langchain/langgraph": "^1.0.2" }, "devDependencies": { "@types/node": "^20.11.30", "tsx": "^4.20.5", "typescript": "^5.9.3" } }