Files
2026-07-13 12:38:34 +08:00

30 lines
711 B
JSON

{
"name": "langchain-example",
"private": true,
"version": "0.1.10-alpha.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "git clean -xdf node_modules",
"start": "bun src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@composio/core": "workspace:*",
"@composio/langchain": "workspace:*",
"@langchain/core": "^1.2.1",
"@langchain/langgraph": "^1.4.7",
"@langchain/openai": "^1.5.3",
"dotenv": "catalog:",
"langchain": "^1.5.2",
"openai": "catalog:"
},
"devDependencies": {
"@types/bun": "catalog:",
"typescript": "catalog:"
}
}