Refactor: Configure project to use ES Modules by default

This commit is contained in:
2025-10-13 06:05:16 -07:00
parent beacb9e93b
commit 221c30fb45

View File

@@ -2,6 +2,7 @@
"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"