mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-30 17:40:47 +00:00
25 lines
606 B
JSON
25 lines
606 B
JSON
{
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.53.0",
|
|
"@google/generative-ai": "^0.24.1",
|
|
"@xmldom/xmldom": "^0.9.8",
|
|
"cheerio": "^1.1.0",
|
|
"csv-parse": "^5.6.0",
|
|
"csv-writer": "^1.6.0",
|
|
"date-fns": "^4.1.0",
|
|
"date-fns-tz": "^3.2.0",
|
|
"dotenv": "^16.5.0",
|
|
"openai": "^5.1.1",
|
|
"tough-cookie": "^5.1.2",
|
|
"ws": "^8.18.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cheerio": "^1.0.0",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/tough-cookie": "^4.0.5",
|
|
"@types/ws": "^8.18.1",
|
|
"@types/xmldom": "^0.1.34",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.3.4"
|
|
}
|
|
}
|