Files
deepagentsjs/examples/package.json
T
dependabot[bot] 67d7423c82 build(deps-dev): bump typescript from 5.9.3 to 6.0.2 (#409)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-01 21:29:10 -07:00

41 lines
1.1 KiB
JSON

{
"name": "examples",
"private": true,
"type": "module",
"scripts": {
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@langchain/quickjs": "workspace:*",
"deepagents": "workspace:*",
"deepagents-acp": "workspace:*",
"@langchain/modal": "workspace:*",
"@langchain/anthropic": "^1.3.26",
"@langchain/core": "^1.1.38",
"@langchain/daytona": "workspace:*",
"@langchain/deno": "workspace:*",
"@langchain/node-vfs": "workspace:*",
"@langchain/langgraph-checkpoint": "^1.0.0",
"@langchain/openai": "^1.4.1",
"@langchain/tavily": "^1.2.0",
"langchain": "^1.2.39",
"langsmith": "^0.5.6",
"dedent": "^1.7.1",
"@langchain/langgraph": "^1.0.0",
"hono": "^4.0.0",
"@hono/node-server": "^1.13.0",
"pg": "^8.13.0",
"uuid": "^13.0.0",
"yaml": "^2.8.2",
"dotenv": "^17.2.4",
"zod": "^4.3.6"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.13",
"@types/node": "^25.2.3",
"@types/pg": "^8.11.0",
"@types/uuid": "^11.0.0",
"typescript": "^6.0.2"
}
}