Files
deepagentsjs/examples/package.json
T
Christian Bromann 321ecf3193 chore: migrate to libs (#98)
* internal: migrate to libs

* format

* update

* format

* codespell

* release process

* format

* update deps

* no need of npm tokens

* fix lock file

* type strictness

* no need for withLangGraph

* format

* fix

* remove withLanggraph

* add changeset
2026-01-09 15:10:42 -08:00

27 lines
630 B
JSON

{
"name": "examples",
"private": true,
"type": "module",
"scripts": {
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"deepagents": "workspace:*",
"@langchain/anthropic": "^1.3.7",
"@langchain/core": "^1.1.12",
"@langchain/langgraph-checkpoint": "^1.0.0",
"@langchain/openai": "^1.0.0",
"@langchain/tavily": "^1.2.0",
"langchain": "^1.0.4",
"uuid": "^13.0.0",
"yaml": "^2.8.2",
"zod": "^4.1.11"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.10",
"@types/node": "^25.0.3",
"@types/uuid": "^10.0.0",
"typescript": "^5.9.2"
}
}