package.json (599B)
1 { 2 "name": "loop-benchmarking", 3 "version": "1.0.0", 4 "description": "An open benchmark for comparing agentic coding loop configurations. Same task, different setups, all data public.", 5 "main": "index.js", 6 "devDependencies": { 7 "@playwright/test": "^1.59.1", 8 "@types/node": "^25.5.2", 9 "typescript": "^6.0.2" 10 }, 11 "scripts": { 12 "test": "echo \"Error: no test specified\" && exit 1" 13 }, 14 "repository": { 15 "type": "git", 16 "url": "https://git.statagroup.com/research/loop-benchmarking.git" 17 }, 18 "keywords": [], 19 "author": "", 20 "license": "ISC", 21 "type": "commonjs" 22 }