Files
solana-agent-kit/examples/agent-kit-langgraph/package.json
Arihant Bansal 338cc410ea feat: move to tsx
2025-01-12 00:16:13 +05:30

24 lines
511 B
JSON

{
"name": "agent-kit-langgraph",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsx"
},
"dependencies": {
"@langchain/community": "^0.3.20",
"@langchain/core": "^0.3.26",
"@langchain/langgraph": "^0.2.36",
"dotenv": "^16.4.7",
"solana-agent-kit": "^1.3.0",
"zod": "^3.24.1"
},
"devDependencies": {
"tsx": "^4.19.2",
"typescript": "^5.0.0"
}
}