-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 966 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "silicon-judge",
"version": "1.0.0",
"description": "A platform designed to harness the collective intelligence of multiple large language models (LLMs) for making informed, unbiased predictions and evaluative judgments across a wide range of topics.",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"author": "Mark Fainstein",
"license": "ISC",
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.19.1",
"@langchain/anthropic": "^0.1.9",
"@langchain/community": "^0.0.44",
"@langchain/exa": "^0.0.3",
"@langchain/google-genai": "^0.0.10",
"@langchain/openai": "^0.0.25",
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"ervy": "^1.0.7",
"langchain": "^0.1.30",
"openai": "^4.32.1",
"ora": "^5.4.1",
"replicate": "^0.18.1",
"spinnies": "^0.5.1"
}
}