mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-13 23:16:55 +00:00
30 lines
652 B
JSON
30 lines
652 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": "node --loader ts-node/esm"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"ts-node": {
|
|
"esm": true,
|
|
"experimentalSpecifierResolution": "node"
|
|
}
|
|
}
|