2025-12-07 21:30:03 -05:00
|
|
|
{
|
2025-12-07 23:16:51 -05:00
|
|
|
"name": "danchadwick/aoc-2025",
|
|
|
|
|
"description": "Advent of code 2025",
|
|
|
|
|
"type": "project",
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Aoc2025\\": "src/"
|
2025-12-07 21:33:11 -05:00
|
|
|
}
|
2025-12-07 23:16:51 -05:00
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
}
|
2025-12-07 21:30:03 -05:00
|
|
|
}
|