mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-30 17:40:47 +00:00
14 lines
283 B
JSON
14 lines
283 B
JSON
{
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.53.0",
|
|
"@google/generative-ai": "^0.24.1",
|
|
"csv-parse": "^5.6.0",
|
|
"csv-writer": "^1.6.0",
|
|
"dotenv": "^16.5.0",
|
|
"openai": "^5.1.1",
|
|
"ws": "^8.18.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ws": "^8.18.1"
|
|
}
|
|
}
|