Feat: Add initial project dependencies

This commit is contained in:
2025-10-13 05:27:58 -07:00
parent 886f689c64
commit d4cf599991

View File

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