File size: 1,070 Bytes
eb51191 | 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 | {
"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",
"bounty:sync-all-issues": "tsx .github/scripts/bounty/src/sync-all-issues.ts"
},
"dependencies": {
"@ai-sdk/google-vertex": "^5.0.0",
"@types/handlebars": "^4.0.40",
"@types/node": "^24.10.1",
"@types/tmp": "^0.2.6",
"@types/yargs": "^17.0.35",
"ai": "^7.0.0",
"chalk": "^6.0.0",
"csv-parse": "^7.0.0",
"handlebars": "^4.7.9",
"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": "^7.0.0",
"yaml": "^2.8.3",
"yargs": "^18.0.0",
"zod": "^4.0.0"
}
}
|