Files
Jordan Ritter fd34bbfbf6 style: format all example files with prettier
Run prettier on ~1,865 files across examples/ to match the monorepo's
formatting standards. These files were imported as-is from standalone
repos that used different prettier configs.
2026-03-12 13:06:04 -07:00

26 lines
617 B
JSON

{
"name": "agent-langraph-interrupt",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "npx @langchain/langgraph-cli dev --port 8125 --no-browser"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/html-to-text": "^9.0.4",
"@types/node": "^22.19.11",
"typescript": "^5.9.3"
},
"dependencies": {
"@copilotkit/sdk-js": "workspace:*",
"@langchain/core": "^1.1.26",
"@langchain/langgraph": "1.1.5",
"@langchain/langgraph-checkpoint": "1.0.0",
"@langchain/openai": "^1.2.8",
"zod": "^3.25.76"
}
}