{ "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", "playwright": "^1.44.0" } }