-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
56 lines (56 loc) · 1.4 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "benchmark",
"version": "0.0.1",
"description": "OCR Benchmark",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"benchmark": "ts-node src/index.ts"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.1.13",
"@ai-sdk/azure": "^1.1.9",
"@ai-sdk/deepseek": "^0.1.6",
"@ai-sdk/google": "^1.1.10",
"@ai-sdk/openai": "^1.1.9",
"@aws-sdk/client-textract": "^3.716.0",
"@azure-rest/ai-document-intelligence": "^1.0.0",
"@azure/core-auth": "^1.9.0",
"@google-cloud/documentai": "^8.12.0",
"@google/generative-ai": "^0.21.0",
"@huggingface/hub": "^1.0.1",
"@prisma/client": "^6.3.1",
"ai": "^4.1.47",
"axios": "^1.7.9",
"cli-progress": "^3.12.0",
"dotenv": "^16.4.7",
"fastest-levenshtein": "^1.0.16",
"json-diff": "^1.0.6",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"p-limit": "^3.1.0",
"pg": "^8.13.1",
"turndown": "^7.2.0",
"zerox": "^1.0.43"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/jest": "^29.5.14",
"eslint": "^9.17.0",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"prisma": "^6.3.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1"
},
"keywords": [
"OCR",
"Benchmark",
"LLM"
],
"author": "[@annapo23, @tylermaran, @kailingding, @zeeshan]",
"license": "ISC"
}