mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-13 16:17:54 +00:00
21 lines
382 B
JSON
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"
|
|
}
|
|
}
|