advent-of-code/2025/composer.json
2025-12-07 23:16:51 -05:00

23 lines
419 B
JSON

{
"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"
}
}