{ "name": "league_koa", "version": "1.0.0", "engines": { "node": "20.x" }, "description": "Reimplementation of my league_table API in koa", "license": "MIT", "author": "nplayfair", "type": "commonjs", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "prettier": "^3.5.3" }, "dependencies": { "koa": "^3.0.0" } }