arcade-mcp/contrib/examples/langchain-ts/package.json
Evan Tahler 83ec80c08f
Bumps critical JS dependency versions (#699)
Fixes a number of security issues with JS dependencies in our examples.
Does not upgrade to the latest versions of frameworks.
2025-12-01 18:38:22 -08:00

27 lines
762 B
JSON

{
"name": "langchain-js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "npx tsx --env-file=.env langgraph-arcade-minimal.ts",
"dev-auth": "npx tsx --env-file=.env langgraph-with-user-auth.ts",
"dev-auth-langchain": "npx tsx --env-file=.env langchain-tool-arcade-auth.ts",
"studio": "npx @langchain/langgraph-cli@latest dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.23.0",
"dependencies": {
"@arcadeai/arcadejs": "latest",
"@langchain/community": "^1.0.5",
"@langchain/core": "^1.1.0",
"@langchain/langgraph": "^1.0.2",
"@langchain/openai": "^1.1.3"
},
"devDependencies": {
"@types/node": "^24.10.1"
}
}