项目文件夹

文件
2026-07-15 23:07:17 +02:00

29 行
806 B
JSON

{
"name": "@toon/benchmarks",
"type": "module",
"private": true,
"scripts": {
"benchmark:tokens": "node scripts/token-efficiency-benchmark.ts",
"benchmark:accuracy": "node --env-file=.env scripts/accuracy-benchmark.ts",
"fetch:github-repos": "node scripts/fetch-github-repos.ts"
},
"devDependencies": {
"@ai-sdk/anthropic": "^3.0.97",
"@ai-sdk/google": "^3.0.94",
"@ai-sdk/openai": "^3.0.85",
"@ai-sdk/provider": "^3.0.14",
"@ai-sdk/xai": "^3.0.108",
"@clack/prompts": "^1.7.0",
"@faker-js/faker": "^10.5.0",
"ai": "^6.0.228",
"csv-stringify": "^6.8.1",
"fast-xml-parser": "^5.10.0",
"gpt-tokenizer": "^3.4.0",
"ofetch": "^1.5.1",
"p-map": "^7.0.5",
"p-queue": "^9.3.1",
"unstorage": "^1.17.5",
"yaml": "^2.9.0"
}
}