-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 967 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 967 Bytes
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
{
"name": "forge-code-evals",
"private": true,
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "Tushar Mathur <tusharmath@gmail.com>",
"type": "module",
"scripts": {
"eval": "tsx benchmarks/cli.ts",
"test:bounty": "tsx --test .github/scripts/bounty/tests/*.test.ts",
"bounty:sync-issue": "tsx .github/scripts/bounty/src/sync-issue.ts",
"bounty:sync-pr": "tsx .github/scripts/bounty/src/sync-pr.ts"
},
"dependencies": {
"@ai-sdk/google-vertex": "^4.0.47",
"@types/handlebars": "^4.0.40",
"@types/node": "^24.10.1",
"@types/tmp": "^0.2.6",
"@types/yargs": "^17.0.35",
"ai": "^6.0.77",
"csv-parse": "^6.1.0",
"handlebars": "^4.7.8",
"p-limit": "^7.2.0",
"pino": "^10.1.0",
"pino-pretty": "^13.1.2",
"strip-ansi": "^7.1.2",
"tmp": "^0.2.5",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"yaml": "^2.8.1",
"yargs": "^18.0.0",
"zod": "^3.24.1"
}
}