mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-07-23 04:45:27 -04:00
321ecf3193
* 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
27 lines
630 B
JSON
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"
|
|
}
|
|
}
|