{ "name": "danchadwick/aoc-2025", "description": "Advent of code 2025", "type": "project", "autoload": { "psr-4": { "Aoc2025\\": "src/" } }, "authors": [ { "name": "dan612", "email": "daniel.chadwick612@gmail.com" } ], "minimum-stability": "dev", "require": {}, "scripts": { "start": "sh start.sh", "frontend": "sass theme/style.scss theme/style.css" } }