{ "name": "acb-starter-javascript", "version": "1.0.0", "description": "Node.js starter kit for AI Code Battle", "main": "index.js", "scripts": { "start": "node index.js" }, "engines": { "node": ">=20.0.0" } }