mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-13 16:17:54 +00:00
Feat: Add initial project dependencies
This commit is contained in:
20
package.json
20
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user