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

14 lines
268 B
JSON

{
"name": "market-making-agent",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"main": "ts-node index.ts"
},
"dependencies": {
"@langchain/langgraph-checkpoint-postgres": "^0.0.2",
"solana-agent-kit": "^1.3.6"
}
}