solana-multiagent/test/package.json

22 lines
477 B
JSON
Raw Normal View History

2025-02-17 15:21:20 +07:00
{
"name": "test",
"version": "1.0.0",
"main": "run.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@langchain/core": "^0.3.39",
"@langchain/langgraph": "^0.2.45",
"@langchain/langgraph-checkpoint-postgres": "^0.0.3",
"@langchain/openai": "^0.4.3",
"inquirer": "^12.4.1",
"ulid": "^2.3.0",
"zod": "^3.24.1"
}
}