Files
copilotkit__copilotkit/examples/integrations/langgraph-js/agent/package.json
Benjamin Taylor ce1ee7283d chore(examples): bump @copilotkit/* deps to 1.61.0 across integration starters
Prep for the 1.61.0 release. Pins every @copilotkit/* dependency in the
examples/integrations starter projects to exact 1.61.0 (not yet published).

ENT-939
2026-06-18 15:15:23 -05:00

27 lines
588 B
JSON

{
"name": "agent",
"version": "0.0.1",
"description": "",
"keywords": [],
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "langgraphjs dev --port 8123 --no-browser"
},
"dependencies": {
"@copilotkit/sdk-js": "1.61.0",
"@langchain/core": "1.1.49",
"@langchain/langgraph": "1.3.0",
"@langchain/openai": "1.4.4",
"langchain": "1.3.4"
},
"devDependencies": {
"@langchain/langgraph-cli": "1.2.4",
"@types/html-to-text": "^9.0.4",
"@types/node": "^22.9.0",
"typescript": "^5.6.3"
}
}