Files
lynchmark/package.json
2025-10-14 10:39:15 -07:00

21 lines
382 B
JSON

{
"name": "llm-benchmark",
"version": "1.0.0",
"description": "An automated benchmark for LLM coding abilities.",
"type": "module",
"main": "scripts/run-benchmark.js",
"scripts": {
"start": "node scripts/run-benchmark.js"
},
"keywords": [
"llm",
"benchmark",
"ai"
],
"author": "",
"license": "",
"dependencies": {
"axios": "^1.6.8"
}
}