forgecode / package.json
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
eb51191 verified
Raw
History Blame Contribute Delete
1.07 kB
{
"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"
}
}