Files
toon/benchmarks/package.json
Johann Schopplich 2e7a27c3c0 chore: upgrade tsdown
2025-11-11 09:31:17 +01:00

29 lines
800 B
JSON

{
"name": "@toon/benchmarks",
"type": "module",
"private": true,
"scripts": {
"benchmark:tokens": "tsx scripts/token-efficiency-benchmark.ts",
"benchmark:accuracy": "tsx --env-file=.env scripts/accuracy-benchmark.ts",
"fetch:github-repos": "tsx scripts/fetch-github-repos.ts"
},
"devDependencies": {
"@ai-sdk/anthropic": "^2.0.44",
"@ai-sdk/google": "^2.0.31",
"@ai-sdk/openai": "^2.0.65",
"@ai-sdk/provider": "^2.0.0",
"@ai-sdk/xai": "^2.0.32",
"@clack/prompts": "^0.11.0",
"@faker-js/faker": "^10.1.0",
"ai": "^5.0.92",
"csv-stringify": "^6.6.0",
"fast-xml-parser": "^5.3.1",
"gpt-tokenizer": "^3.4.0",
"ofetch": "^1.5.1",
"p-map": "^7.0.4",
"p-queue": "^9.0.0",
"unstorage": "^1.17.2",
"yaml": "^2.8.1"
}
}