TradingAgents/package.json

24 lines
567 B
JSON

{
"name": "tradingagents",
"version": "1.0.0",
"description": "Multi-Agent LLM Financial Trading Framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hjlabs/TradingAgents.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hjlabs/TradingAgents/issues"
},
"homepage": "https://github.com/hjlabs/TradingAgents#readme",
"dependencies": {
"playwright": "^1.58.1"
}
}