{ "name": "advent-of-code", "version": "1.0.0", "description": "A set of node.js solutions for advent of code", "scripts": { "test": "jest" }, "author": "", "license": "ISC", "devDependencies": { "jest": "^29.7.0" } }